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=112
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=113",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=111",
    "results": [
        {
            "tf_name": "CLOCK",
            "total_peaks": "402",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74439.u2os-6an.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "61",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74439.u2os-dmso.CLOCK/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "7554",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRA.A549_lung_carcinoma.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "52396",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRB.A549_lung_carcinoma.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "21834",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRC.A549_lung_carcinoma.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "5197",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030715.3T3-L1_embryonic_fibroblasts.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "4944",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030716.3T3-L1_embryonic_fibroblasts.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "8086",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031993.liver.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "8262",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031994.liver.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "17212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037032.hepatocytes.CREB1/"
        }
    ]
}