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=138
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=139",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=137",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "40280",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049757.HUES64_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50106",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049822.CH12_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38054",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049823.CH12_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36222",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049824.ES_cells_plasmacytomas.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56502",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049825.CH12_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "71450",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049828.activated_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050127.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47589",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050129.NIH_3T3_embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46866",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050130.NIH_3T3_embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "33779",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050133.P19_embryonic_carcinoma.CTCF/"
        }
    ]
}