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=626
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=627",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=625",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "5855",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037411.brown_preadipocytes.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "11611",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037413.brown_preadipocytes.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "6481",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037414.brown_preadipocytes.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1353",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037679.HepG2_hepatoblastoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "33",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63209.MM1_S_plasma_cell_myeloma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "459",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_DMSO.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "14521",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_GRKD_DMSO.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "15563",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_GRKD_TA_TNFA.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "9131",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_P65KD_DMSO.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "29116",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_P65KD_TA_TNFA.NR3C1/"
        }
    ]
}