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=209
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=210",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=208",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "51712",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000209.HepG2_hepatoblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "65534",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000395.hepatocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34801",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000783.MCF10A_breast_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43607",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000783.ZR-75-1_invasive_ductal_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "33091",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002246.81-3.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25815",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002246.GM12878_female_B-cells_lymphoblastoid_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63334",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004003.pancreatic_islets.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "24876",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP008568.CHRF28811.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36137",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP008568.HL-60_acute_myeloid_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "13574",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP008568.U937_adult_acute_monocytic_leukemia.CTCF/"
        }
    ]
}