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=487
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=488",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=486",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "55891",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000309.K562_myelogenous_leukemia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "2948",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000622.MCF7_Invasive_ductal_breast_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "14442",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010079.CH12_LX_Mouse_lymphoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "4380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030714.3T3-L1_embryonic_fibroblasts.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "9478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031471.C2C12_myoblasts.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "567",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031641.CD4_T-cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "30676",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031656.Th17-cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "5624",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032880.CD8_T-cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "18151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033030.3T3-L1_embryonic_fibroblasts.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "20930",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033442.MDA-MB-231_breast_adenocarcinoma.JUN/"
        }
    ]
}