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=95
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=96",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=94",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "42404",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051154.BMDM_bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "55608",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051160.BMDM_bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "57489",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051162.BMDM_bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "48037",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051170.BMDM_bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "50712",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051172.BMDM_bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "58870",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051180.BMDM_bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "57292",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051181.BMDM_bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "20120",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052226.primary_hepatocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "934",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052298.mpkCCD_clone_11.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "6485",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052299.mpkCCD_clone_11.CEBPB/"
        }
    ]
}