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=104
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=105",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=103",
    "results": [
        {
            "tf_name": "CEH-28",
            "total_peaks": "3750",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR701FUV.Whole_worms_developmental_stage_L3.CEH-28/"
        },
        {
            "tf_name": "CEH-48",
            "total_peaks": "1919",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR844VCY.Whole_worms_developmental_stage_late_embryo.CEH-48/"
        },
        {
            "tf_name": "CG9876",
            "total_peaks": "1283",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR004RJS.whole_organism_development_stage_embryonic.CG9876/"
        },
        {
            "tf_name": "CHE-1",
            "total_peaks": "624",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR598GFQ.Whole_worms_developmental_stage_late_embryo.CHE-1/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "4750",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR858HYS.whole_organism_development_stage_embryonic.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "4084",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040909.S2_cells.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "1181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040912.S2_cells.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "1048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040915.S2_cells.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "4459",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045610.Kc167_development_stage_embryonic.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "2682",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045611.S2-DGRC_embryonic_stem_cells.CLAMP/"
        }
    ]
}