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=69
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=70",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=68",
    "results": [
        {
            "tf_name": "C15",
            "total_peaks": "595",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043602.whole_organism_development_stage_embryonic.C15/"
        },
        {
            "tf_name": "C15",
            "total_peaks": "650",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043735.whole_organism_development_stage_embryonic.C15/"
        },
        {
            "tf_name": "C15",
            "total_peaks": "2931",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043842.whole_organism_development_stage_wandering_third_instar_larva.C15/"
        },
        {
            "tf_name": "CAD",
            "total_peaks": "1767",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044161.whole_organism_development_stage_embryonic.CAD/"
        },
        {
            "tf_name": "CAD",
            "total_peaks": "1578",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044552.whole_organism_development_stage_adult.CAD/"
        },
        {
            "tf_name": "CAD",
            "total_peaks": "3499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044580.whole_organism_development_stage_adult.CAD/"
        },
        {
            "tf_name": "CAD",
            "total_peaks": "2342",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044554.4-8_h_embryo.CAD/"
        },
        {
            "tf_name": "CAD",
            "total_peaks": "250",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044559.whole_organism_development_stage_wandering_third_instar_larva.CAD/"
        },
        {
            "tf_name": "CAUP",
            "total_peaks": "1143",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR239MPW.whole_organism_development_stage_embryonic.CAUP/"
        },
        {
            "tf_name": "CBF1",
            "total_peaks": "556",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041561.S__cerevisiae_cells.CBF1/"
        }
    ]
}