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=107
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=108",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=106",
    "results": [
        {
            "tf_name": "CLAMP",
            "total_peaks": "5453",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057694.KC167_developmental_stage_6-12h_embryo.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "3743",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057695.KC167_developmental_stage_6-12h_embryo.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "3283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057698.KC167_developmental_stage_6-12h_embryo.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "6669",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057718.KC167_developmental_stage_6-12h_embryo.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "4588",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057720.KC167_developmental_stage_6-12h_embryo.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "3699",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057722.KC167_developmental_stage_6-12h_embryo.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "1335",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057724.KC167_developmental_stage_6-12h_embryo.CLAMP/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "677",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036946.NIH_3T3_embryonic_fibroblasts.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "650",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036948.NIH_3T3_embryonic_fibroblasts.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036949.NIH_3T3_embryonic_fibroblasts.CLOCK/"
        }
    ]
}