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=241
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=242",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=240",
    "results": [
        {
            "tf_name": "EBF1",
            "total_peaks": "13873",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE54889.hASC_preadipocytes.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "20636",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75503.LCL_lymphoblastoid_cell_line.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "66895",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75503.MUTUL.EBF1/"
        },
        {
            "tf_name": "EBF2",
            "total_peaks": "13025",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037091.brown_preadipocytes.EBF2/"
        },
        {
            "tf_name": "EBF2",
            "total_peaks": "34419",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037092.brown_preadipocytes.EBF2/"
        },
        {
            "tf_name": "EBF2",
            "total_peaks": "93132",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037093.brown_preadipocytes.EBF2/"
        },
        {
            "tf_name": "EBF2",
            "total_peaks": "21618",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037094.brown_adipocytes.EBF2/"
        },
        {
            "tf_name": "EBF2",
            "total_peaks": "82613",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037376.embryoid_body.EBF2/"
        },
        {
            "tf_name": "EBF2",
            "total_peaks": "2384",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037545.brown_adipocytes.EBF2/"
        },
        {
            "tf_name": "EBF2",
            "total_peaks": "9430",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037546.brown_adipocytes.EBF2/"
        }
    ]
}