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=493
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=494",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=492",
    "results": [
        {
            "tf_name": "JUNB",
            "total_peaks": "48708",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR897MMC.GM12878_female_B-cells_lymphoblastoid_cell_line.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "602",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR917MAH.GM23338.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "8559",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031534.BMDM_bone_marrow-derived_macrophages.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "26505",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031655.Th17-cells.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "1799",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032881.CD8_T-cells.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "30218",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033031.3T3-L1_embryonic_fibroblasts.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034741.CD4_T-cells.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "2867",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036675.cortical_neurons.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "13480",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037769.Th17beta-cells.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "9894",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037770.Th1723-cells.JUNB/"
        }
    ]
}