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=108
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=109",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=107",
    "results": [
        {
            "tf_name": "CLOCK",
            "total_peaks": "404",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036950.NIH_3T3_embryonic_fibroblasts.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "717",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036951.NIH_3T3_embryonic_fibroblasts.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "16341",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053599.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "18265",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053600.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "12560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053601.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "22924",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053602.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "7448",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053607.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "19181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053609.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "16174",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053611.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "7360",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053613.liver.CLOCK/"
        }
    ]
}