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=117
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=118",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=116",
    "results": [
        {
            "tf_name": "CREB1",
            "total_peaks": "27282",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63034.LNCaP-abl_Prostate_carcinoma.CREB1/"
        },
        {
            "tf_name": "CREB3L1",
            "total_peaks": "14684",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR109YGM.K562_myelogenous_leukemia.CREB3L1/"
        },
        {
            "tf_name": "CREM",
            "total_peaks": "65691",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR077DKV.K562_myelogenous_leukemia.CREM/"
        },
        {
            "tf_name": "CREM",
            "total_peaks": "46167",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR839XZU.GM12878_female_B-cells_lymphoblastoid_cell_line.CREM/"
        },
        {
            "tf_name": "CREM",
            "total_peaks": "16434",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040023.HepG2_hepatoblastoma.CREM/"
        },
        {
            "tf_name": "CRX",
            "total_peaks": "5746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000316.retina.CRX/"
        },
        {
            "tf_name": "CRX",
            "total_peaks": "9112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000315.retina.CRX/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57900",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AUE.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "69945",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AUF.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37246",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHV.A549_lung_carcinoma.CTCF/"
        }
    ]
}