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=126
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=127",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=125",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "46182",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038220.mammary_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038221.mammary_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038224.mammary_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "24103",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038227.mammary_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "24113",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038228.mammary_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "29705",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038231.mammary_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27843",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038268.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35682",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038310.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "12738",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038311.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038571.spleen-derived_Ter119_erythroid_cells.CTCF/"
        }
    ]
}