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=900
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=901",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=899",
    "results": [
        {
            "tf_name": "TCF7L1",
            "total_peaks": "8737",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000022.embryonic_stem_cells.TCF7L1/"
        },
        {
            "tf_name": "TCF7L1",
            "total_peaks": "25662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030868.hair_follicle_stem_cells.TCF7L1/"
        },
        {
            "tf_name": "TCF7L1",
            "total_peaks": "73099",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036151.HCT-116_colon_carcinoma.TCF7L1/"
        },
        {
            "tf_name": "TCF7L1",
            "total_peaks": "29337",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036152.HCT-116_colon_carcinoma.TCF7L1/"
        },
        {
            "tf_name": "TCF7L1",
            "total_peaks": "5482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036153.HCT-116_colon_carcinoma.TCF7L1/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "13701",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000949.U937_adult_acute_monocytic_leukemia.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "11708",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000958.K562_myelogenous_leukemia.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "12657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033402.H4-II-E_hepatocellular_carcinoma.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "3333",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033403.H4-II-E_hepatocellular_carcinoma.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "4818",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034508.oligodendrocyte_progenitors.TCF7L2/"
        }
    ]
}