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=128
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=129",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=127",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "44513",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039388.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42855",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039406.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52307",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039407.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "64754",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039689.bipolar_neuron.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50119",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039808.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49161",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039845.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45596",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039866.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44067",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040063.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41588",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040071.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040072.A549_lung_carcinoma.CTCF/"
        }
    ]
}