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=444
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=445",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=443",
    "results": [
        {
            "tf_name": "HOXC12",
            "total_peaks": "784",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051789.C10_pre-B-cells.HOXC12/"
        },
        {
            "tf_name": "HOXC9",
            "total_peaks": "6221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001007.Ainv15_embryonic_stem_cells.HOXC9/"
        },
        {
            "tf_name": "HOXC9",
            "total_peaks": "24752",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001008.Ainv15_embryonic_stem_cells.HOXC9/"
        },
        {
            "tf_name": "HOXC9",
            "total_peaks": "819",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000859.Ainv15_embryonic_stem_cells.HOXC9/"
        },
        {
            "tf_name": "HOXD11",
            "total_peaks": "62687",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051906.kidney.HOXD11/"
        },
        {
            "tf_name": "HOXD13",
            "total_peaks": "22582",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037405.forelimb_bud.HOXD13/"
        },
        {
            "tf_name": "HSF",
            "total_peaks": "3758",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR189NRY.whole_organism_development_stage_embryonic.HSF/"
        },
        {
            "tf_name": "HSF",
            "total_peaks": "257",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044539.S2-DRSC_embryonic_stem_cells.HSF/"
        },
        {
            "tf_name": "HSF",
            "total_peaks": "160",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044540.S2-DRSC_embryonic_stem_cells.HSF/"
        },
        {
            "tf_name": "HSF",
            "total_peaks": "203",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044542.S2-DRSC_embryonic_stem_cells.HSF/"
        }
    ]
}