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=886
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=887",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=885",
    "results": [
        {
            "tf_name": "TBP",
            "total_peaks": "23269",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035204.embryonic_stem_cells.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "15389",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035206.embryoid_body.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "8296",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036245.testis.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "18177",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050527.JM8_N4_embryonic_stem_cells.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "10729",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050528.JM8_N4_embryonic_stem_cells.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "15048",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46044.ME-1_acute_myeloid_leukemia_.TBP/"
        },
        {
            "tf_name": "TBR1",
            "total_peaks": "37492",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051500.cortex.TBR1/"
        },
        {
            "tf_name": "TBR1",
            "total_peaks": "37039",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051501.cortex.TBR1/"
        },
        {
            "tf_name": "TBR1",
            "total_peaks": "18800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035348.E15_5_embryonic_cortex.TBR1/"
        },
        {
            "tf_name": "TBX1",
            "total_peaks": "503",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048306.BCPAP_Poorly_differentiated_thyroid_gland_carcinoma.TBX1/"
        }
    ]
}