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=888
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=889",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=887",
    "results": [
        {
            "tf_name": "TBX21",
            "total_peaks": "4651",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038462.CD4_T-cells.TBX21/"
        },
        {
            "tf_name": "TBX21",
            "total_peaks": "9290",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038463.CD4_T-cells.TBX21/"
        },
        {
            "tf_name": "TBX21",
            "total_peaks": "4019",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038464.CD4_T-cells.TBX21/"
        },
        {
            "tf_name": "TBX21",
            "total_peaks": "21392",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62482.CD4.TBX21/"
        },
        {
            "tf_name": "TBX21",
            "total_peaks": "68293",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR739IHN.GM12878_female_B-cells_lymphoblastoid_cell_line.TBX21/"
        },
        {
            "tf_name": "TBX21",
            "total_peaks": "46554",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000710.Th1-cells.TBX21/"
        },
        {
            "tf_name": "TBX21",
            "total_peaks": "23582",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031082.Th1-cells.TBX21/"
        },
        {
            "tf_name": "TBX21",
            "total_peaks": "3656",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031557.Th1-cells.TBX21/"
        },
        {
            "tf_name": "TBX21",
            "total_peaks": "21566",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031709.Th1-cells.TBX21/"
        },
        {
            "tf_name": "TBX3",
            "total_peaks": "5362",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR238QRG.HepG2_hepatoblastoma.TBX3/"
        }
    ]
}