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=647
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=648",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=646",
    "results": [
        {
            "tf_name": "PBX1",
            "total_peaks": "421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036173.cerebral_cortex.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "26",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036210.cerebral_cortex.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "44822",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037492.F9_embryonal_carcinoma.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "7255",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030491.embryo_trunk_day_11_5.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "1387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031466.MCF7_Invasive_ductal_breast_carcinoma.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "36024",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033034.3T3-L1_embryonic_fibroblasts.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "9063",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033361.acute_myeloid_leukemia.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "14577",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033362.acute_myeloid_leukemia.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "5851",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036172.cerebral_cortex.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "9473",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036209.cerebral_cortex.PBX1/"
        }
    ]
}