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=175
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=176",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=174",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "33690",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR769WKR.transverse_colon.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41056",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR102CSD.transverse_colon.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30771",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR964BKO.upper_lobe_of_left_lung.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "22900",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR071XWO.gastrocnemius_medialis.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41442",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR203QEB.PANC1_pancreatic_ductal_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "75",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR727HME.lower_leg_skin.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36374",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR699BEK.tibial_artery.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36016",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR402IDP.MM1_S_plasma_cell_myeloma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20311",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR548DDS.ovary.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "10688",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR756KRS.suprapubic_skin.CTCF/"
        }
    ]
}