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=118
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=119",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=117",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "37610",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHW.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54545",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLX.SK-N-SH_neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "29388",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNO.T47D_invasive_ductal_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20562",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQE.Ishikawa_endometrial_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35098",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DME.LNCaP_clone_FGC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54561",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMS.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "68014",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DXQ.SK-N-SH_neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39222",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR673WZL.LNCaP_prostate_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "73406",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR066BZZ.bipolar_neuron.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41568",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR847XGE.22RV1_prostate_carcinoma.CTCF/"
        }
    ]
}