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=478
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=479",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=477",
    "results": [
        {
            "tf_name": "ISX",
            "total_peaks": "112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056606.embryonic_stem_cells.ISX/"
        },
        {
            "tf_name": "JDP2",
            "total_peaks": "4377",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048560.Loucy_adult_T_acute_lymphoblastic_leukemia.JDP2/"
        },
        {
            "tf_name": "JKD",
            "total_peaks": "1068",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041337.Ground_tissue_and_stem_cell_organizer_QC.JKD/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "5466",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGH.K562_myelogenous_leukemia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "40171",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR604CKQ.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "39361",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR022WVP.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "31200",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR716SJK.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "35063",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR628MQN.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "41181",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR110UPH.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "2775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000621.MCF7_Invasive_ductal_breast_carcinoma.JUN/"
        }
    ]
}