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=77
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=78",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=76",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "13421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033147.C10_pre-B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "11698",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033148.C10_pre-B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "10175",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033149.C10_pre-B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "34017",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034319.X18_1_1_acute_myeloid_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "43183",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034515.hepatocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "62506",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035239.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "55426",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035240.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "80387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035241.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "10283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035325.B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "43207",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036280.bone_marrow-derived_mesenchymal_stem_cells.CEBPA/"
        }
    ]
}