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=258
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=259",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=257",
    "results": [
        {
            "tf_name": "ELT-3",
            "total_peaks": "834",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR026KXL.Whole_worms_developmental_stage_L1.ELT-3/"
        },
        {
            "tf_name": "ELT-3",
            "total_peaks": "3302",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR998DWT.Whole_worms_developmental_stage_L1.ELT-3/"
        },
        {
            "tf_name": "EMS",
            "total_peaks": "1063",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR771CMI.whole_organism_development_stage_embryonic.EMS/"
        },
        {
            "tf_name": "EN",
            "total_peaks": "2737",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR952TDU.whole_organism_development_stage_embryonic.EN/"
        },
        {
            "tf_name": "EN",
            "total_peaks": "3805",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045529.whole_organism_development_stage_wandering_third_instar_larva.EN/"
        },
        {
            "tf_name": "EN",
            "total_peaks": "7026",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046127.CNS_and_imaginal_disks_developmental_stage_L3.EN/"
        },
        {
            "tf_name": "EOMES",
            "total_peaks": "34",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053701.CD8_T-cells.EOMES/"
        },
        {
            "tf_name": "EOMES",
            "total_peaks": "5006",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053702.CD8_T-cells.EOMES/"
        },
        {
            "tf_name": "EOMES",
            "total_peaks": "1673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031808.trophoblast_stem_cells.EOMES/"
        },
        {
            "tf_name": "EOMES",
            "total_peaks": "15008",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034333.E14_5_embryonic_cerebral_cortices.EOMES/"
        }
    ]
}