This API provides an easy-to-use REST web interface to query/retrieve data from the UniBind database. The API comes with a human browsable interface and also a programmatic interface which return the results in different formats, including json, jsonp, yaml, bed, and also api for a browsable interface.
GET /api/v1/datasets?format=api&page=805
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9654,
    "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=806",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=804",
    "results": [
        {
            "tf_name": "SP1",
            "total_peaks": "71323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000149.HCT-116_colon_carcinoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "4298",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031619.trophoblast_stem_cells.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "25789",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032825.ES-E14_E14_embryonic_stem_cells.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "10052",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032826.Flk_cKit_progenitors.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "42960",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035845.MC3T3-E1_preosteoblasts.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "21724",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035873.HEK293_embryonic_kidney.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "67081",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036139.HCT-116_colon_carcinoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "42387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036140.HCT-116_colon_carcinoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "15556",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036142.HCT-116_colon_carcinoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "37206",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036143.HCT-116_colon_carcinoma.SP1/"
        }
    ]
}