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=228
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=229",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=227",
    "results": [
        {
            "tf_name": "E2F1",
            "total_peaks": "21542",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000658.MCF7_Invasive_ductal_breast_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "29210",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000659.MCF7_Invasive_ductal_breast_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "28113",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000660.MCF7_Invasive_ductal_breast_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "16679",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000663.MCF7_Invasive_ductal_breast_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "2612",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035342.embryonic_fibroblasts.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "6340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035617.hepatocytes.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "5006",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035849.Raji_Burkitt_lymphoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "10498",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037218.PC3bone_mets_prostate_adenocarcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "36608",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038406.MDA231-LM2-4175_breast_adenocarcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "1031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055165.hTERT-RPE1.E2F1/"
        }
    ]
}