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=124
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=125",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=123",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "28708",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037388.G1E-derived_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "31983",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037389.G1E-derived_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "77768",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037472.spleen_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "73886",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037473.spleen_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63874",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037596.epidermal_keratinocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42336",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037597.epidermal_keratinocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47047",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037598.epidermal_keratinocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "15353",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037646.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "14542",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037647.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037648.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        }
    ]
}