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=320
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=321",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=319",
    "results": [
        {
            "tf_name": "ETV6",
            "total_peaks": "37083",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059232.HPC7_haematopoietic_multipotent_progenitors.ETV6/"
        },
        {
            "tf_name": "EVE",
            "total_peaks": "360",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045365.8-16_h_embryo.EVE/"
        },
        {
            "tf_name": "EXD",
            "total_peaks": "8775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045402.16-24_h_embryo.EXD/"
        },
        {
            "tf_name": "EXEX",
            "total_peaks": "2611",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR974OVB.whole_organism_development_stage_embryonic.EXEX/"
        },
        {
            "tf_name": "FEV",
            "total_peaks": "4621",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035637.hindbrain.FEV/"
        },
        {
            "tf_name": "FHL1",
            "total_peaks": "127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041856.S__cerevisiae_cells.FHL1/"
        },
        {
            "tf_name": "FHL1",
            "total_peaks": "321",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041857.S__cerevisiae_cells.FHL1/"
        },
        {
            "tf_name": "FHL1",
            "total_peaks": "209",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041858.S__cerevisiae_cells.FHL1/"
        },
        {
            "tf_name": "FHL1",
            "total_peaks": "82",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041859.S__cerevisiae_cells.FHL1/"
        },
        {
            "tf_name": "FHY3",
            "total_peaks": "1480",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041222.4_day_old_seedlings.FHY3/"
        }
    ]
}