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=115
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=116",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=114",
    "results": [
        {
            "tf_name": "CREB1",
            "total_peaks": "70340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056534.MC3T3-E1_preosteoblasts.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "80202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056535.MC3T3-E1_preosteoblasts.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "50539",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSN.WA01_H1_human_embryonic_stem_cells.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "24572",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSO.K562_myelogenous_leukemia.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "41650",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUF.GM12878_female_B-cells_lymphoblastoid_cell_line.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "6870",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUR.Ishikawa_endometrial_adenocarcinoma.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "31824",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVL.HepG2_hepatoblastoma.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "48784",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR620DUQ.MCF7_Invasive_ductal_breast_carcinoma.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "48565",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR897JAS.MCF7_Invasive_ductal_breast_carcinoma.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "39730",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR112ALD.HepG2_hepatoblastoma.CREB1/"
        }
    ]
}