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=837
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=838",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=836",
    "results": [
        {
            "tf_name": "SRF",
            "total_peaks": "261",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032530.NIH_3T3_embryonic_fibroblasts.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "1441",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032531.NIH_3T3_embryonic_fibroblasts.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "693",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034713.BMDM_bone_marrow-derived_macrophages.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "399",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034714.BMDM_bone_marrow-derived_macrophages.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "312",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034715.BMDM_bone_marrow-derived_macrophages.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "593",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034716.BMDM_bone_marrow-derived_macrophages.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034717.BMDM_bone_marrow-derived_macrophages.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "13176",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035388.embryonic_fibroblasts.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "1042",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035389.embryonic_fibroblasts.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "4181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037136.embryonic_fibroblasts.SRF/"
        }
    ]
}