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=202
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=203",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=201",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "31144",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038292.ECOMG_myeloid_progenitor_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50113",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038412.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59776",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038413.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40154",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038414.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55951",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038415.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52832",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038416.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67750",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038417.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53581",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038418.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54956",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038419.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51680",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038420.3T3-L1-derived_preadipocytes.CTCF/"
        }
    ]
}