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=181
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=182",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=180",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "77012",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR987GXT.GM23338.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48100",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR634OAQ.H929_plasma_cell_myeloma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "72234",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR817HTJ.foreskin_keratinocyte.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "77831",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR125NBL.neural_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "66301",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR359LOD.PC3bone_mets_prostate_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44584",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR261VAS.smooth_muscle_cell.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60304",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR072EUE.OCI-LY1_diffuse_large_B-cell_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "2382",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000012.embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41884",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000043.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50574",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000044.3T3-L1-derived_adipocytes.CTCF/"
        }
    ]
}