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=105
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=106",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=104",
    "results": [
        {
            "tf_name": "CLAMP",
            "total_peaks": "4062",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045612.S2-DGRC_embryonic_stem_cells.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "113",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046202.whole_organism_developmental_stage_L3.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046203.whole_organism_developmental_stage_L3.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "244",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047345.sorted_female-enriched_embryos.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "3136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047346.sorted_female-enriched_embryos.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "1207",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047862.sorted_female-enriched_embryos.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "2958",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047863.sorted_female-enriched_embryos.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "2204",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047864.sorted_female-enriched_embryos.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "3257",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052896.S2_Schneider_2.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "1379",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052897.S2_Schneider_2.CLAMP/"
        }
    ]
}