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=68
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=69",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=67",
    "results": [
        {
            "tf_name": "BPC1",
            "total_peaks": "2622",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041464.30_hrs_old_seedlings.BPC1/"
        },
        {
            "tf_name": "BR",
            "total_peaks": "3319",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR824RLH.whole_organism_development_stage_wandering_third_instar_larva.BR/"
        },
        {
            "tf_name": "BR",
            "total_peaks": "1000",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR295GRP.whole_organism_development_stage_wandering_third_instar_larva.BR/"
        },
        {
            "tf_name": "BR",
            "total_peaks": "1755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043815.whole_organism_development_stage_embryonic.BR/"
        },
        {
            "tf_name": "BR",
            "total_peaks": "1755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045744.0-8_h_embryo.BR/"
        },
        {
            "tf_name": "BRK",
            "total_peaks": "1526",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR200GOV.whole_organism_development_stage_wandering_third_instar_larva.BRK/"
        },
        {
            "tf_name": "BRK",
            "total_peaks": "713",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045642.wing_imaginal_disc_developmental_stage_L3.BRK/"
        },
        {
            "tf_name": "BSH",
            "total_peaks": "5318",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR450HPD.whole_organism_development_stage_embryonic.BSH/"
        },
        {
            "tf_name": "BSH",
            "total_peaks": "6221",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR310ZJI.whole_organism_development_stage_embryonic.BSH/"
        },
        {
            "tf_name": "BTN",
            "total_peaks": "1369",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR805JGA.whole_organism_development_stage_embryonic.BTN/"
        }
    ]
}