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=890
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=891",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=889",
    "results": [
        {
            "tf_name": "TBX5",
            "total_peaks": "163206",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058843.MEF_mouse_embryonic_fibroblasts.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "135575",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058847.MEF_mouse_embryonic_fibroblasts.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "117414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058850.MEF_mouse_embryonic_fibroblasts.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "66208",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058852.heart_ventricle.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "13521",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058856.MEF_mouse_embryonic_fibroblasts.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "75469",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030898.HL-1_cardiac_muscle_cells.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "18091",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037713.iPSC-derived_cardiomyocytes.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "21627",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037715.iPSC-derived_cardiomyocytes.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "17231",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037717.iPSC-derived_cardiomyocytes.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "18091",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037719.iPSC-derived_cardiomyocytes.TBX5/"
        }
    ]
}