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=161
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=162",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=160",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "19122",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DKP.GM10248_male_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "28083",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DKR.GM10266_male_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54536",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DKV.GM12878_female_B-cells_lymphoblastoid_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "121908",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DKX.GM12891_male_B-_cells_lymphoblastoid_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "152774",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DKY.GM12892_female_B-cells_lymphoblastoid_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41662",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLB.GM13977_female_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "95507",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLD.GM19238_female_B-cells_lymphoblastoid_cell_lines.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "123647",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLE.GM19239_male_B-cells_lymphoblastoid_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "103831",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLF.GM19240_B_cells_Lymphoblastoid_Cell_Lines.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27935",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLG.GM20000_B-cells.CTCF/"
        }
    ]
}