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=434
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=435",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=433",
    "results": [
        {
            "tf_name": "HNF4A",
            "total_peaks": "1795",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032179.kidney.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "37823",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032380.kidney.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "47529",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032381.kidney.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "76895",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032382.kidney.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "18870",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032823.colonic_epithelial_cells.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "12224",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032824.colonic_epithelial_cells.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "11202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033192.DLK1_hepatoblasts.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "6578",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033400.H4-II-E_hepatocellular_carcinoma.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "8059",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033401.H4-II-E_hepatocellular_carcinoma.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "50565",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033626.liver.HNF4A/"
        }
    ]
}