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=579
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=580",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=578",
    "results": [
        {
            "tf_name": "MYOG",
            "total_peaks": "23024",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037531.RH4_alveolar_rhabdomyosarcoma.MYOG/"
        },
        {
            "tf_name": "NANOG",
            "total_peaks": "32862",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMT.WA01_H1_human_embryonic_stem_cells.NANOG/"
        },
        {
            "tf_name": "NDT80",
            "total_peaks": "423",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042256.W303a_Strain.NDT80/"
        },
        {
            "tf_name": "NDT80",
            "total_peaks": "152",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042257.W303a_Strain.NDT80/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "41367",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033189.pancreatic_beta-cells.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "56942",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038206.D341_Med_medulloblastoma.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "27676",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038207.D341_Med_medulloblastoma.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "34915",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038208.D341_Med_medulloblastoma.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "80336",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038211.D283_Med_medulloblastoma.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "66530",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038212.D283_Med_medulloblastoma.NEUROD1/"
        }
    ]
}