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=602
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=603",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=601",
    "results": [
        {
            "tf_name": "NR1H4",
            "total_peaks": "21502",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037930.liver.NR1H4/"
        },
        {
            "tf_name": "NR1H4",
            "total_peaks": "26193",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037931.liver.NR1H4/"
        },
        {
            "tf_name": "NR1H4",
            "total_peaks": "29875",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037932.liver.NR1H4/"
        },
        {
            "tf_name": "NR1H4",
            "total_peaks": "15819",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037933.liver.NR1H4/"
        },
        {
            "tf_name": "NR1H4",
            "total_peaks": "31515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037934.liver.NR1H4/"
        },
        {
            "tf_name": "NR1H4",
            "total_peaks": "1328",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE57227.primaryhepatocyte-dmso.NR1H4/"
        },
        {
            "tf_name": "NR1H4",
            "total_peaks": "2633",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE57227.primaryhepatocyte-gw4064.NR1H4/"
        },
        {
            "tf_name": "NR1I2",
            "total_peaks": "29554",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033037.3T3-L1_embryonic_fibroblasts.NR1I2/"
        },
        {
            "tf_name": "NR2C1",
            "total_peaks": "5922",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR742IDN.K562_myelogenous_leukemia.NR2C1/"
        },
        {
            "tf_name": "NR2C1",
            "total_peaks": "4646",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR784VIQ.GM12878_female_B-cells_lymphoblastoid_cell_line.NR2C1/"
        }
    ]
}