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=127
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=128",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=126",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "29849",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038572.spleen-derived_Ter119_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37312",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038573.spleen-derived_Ter119_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40837",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038574.spleen-derived_Ter119_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38381",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038575.spleen-derived_Ter119_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "61220",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038632.E14TG2A_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25641",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038673.cerebral_cortex.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038675.cerebral_cortex.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32391",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038676.cerebral_cortex.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38079",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038678.cerebral_cortex.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45636",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039386.A549_lung_carcinoma.CTCF/"
        }
    ]
}