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=242
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=243",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=241",
    "results": [
        {
            "tf_name": "EBF2",
            "total_peaks": "121810",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058903.ES_cell-derived_embryoid_bodies_EBs.EBF2/"
        },
        {
            "tf_name": "EBF2",
            "total_peaks": "199812",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058907.ES_cell-derived_embryoid_bodies_EBs.EBF2/"
        },
        {
            "tf_name": "EBF2",
            "total_peaks": "34975",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038475.brown_adipose_tissue.EBF2/"
        },
        {
            "tf_name": "EBF3",
            "total_peaks": "25166",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038093.SK-N-SH_neuroblastoma.EBF3/"
        },
        {
            "tf_name": "EBF3",
            "total_peaks": "664",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038090.SK-N-SH_neuroblastoma.EBF3/"
        },
        {
            "tf_name": "EBF3",
            "total_peaks": "504",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038091.SK-N-SH_neuroblastoma.EBF3/"
        },
        {
            "tf_name": "EBF3",
            "total_peaks": "65046",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038092.SK-N-SH_neuroblastoma.EBF3/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "2655",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR130CZH.Whole_worms_developmental_stage_young_adults.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "1937",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR898YRV.Whole_worms_developmental_stage_L1.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "4122",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR911QHC.Whole_worms_developmental_stage_L1.EFL-1/"
        }
    ]
}