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=597
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=598",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=596",
    "results": [
        {
            "tf_name": "NKX3-1",
            "total_peaks": "93700",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40269.LNCaP_prostate_carcinoma.NKX3-1/"
        },
        {
            "tf_name": "NKX3-1",
            "total_peaks": "10257",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE28264.LNCaP_prostate_carcinoma_DHT.NKX3-1/"
        },
        {
            "tf_name": "NKX3-1",
            "total_peaks": "3205",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE28264.LNCaP_prostate_carcinoma_ETOH.NKX3-1/"
        },
        {
            "tf_name": "NKX3-2",
            "total_peaks": "1763",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033262.E12_5_embryonic_vertebral_column.NKX3-2/"
        },
        {
            "tf_name": "NKX3-2",
            "total_peaks": "23703",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033264.3T3_embryonic_fibroblasts.NKX3-2/"
        },
        {
            "tf_name": "NKX6-1",
            "total_peaks": "40381",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031731.pancreatic_islets.NKX6-1/"
        },
        {
            "tf_name": "NKX6-1",
            "total_peaks": "16340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034047.ventral_neural_progenitors.NKX6-1/"
        },
        {
            "tf_name": "NKX6-1",
            "total_peaks": "9983",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034051.neural_progenitors.NKX6-1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "32960",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000373.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "31511",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031403.liver.NR1D1/"
        }
    ]
}