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=246
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=247",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=245",
    "results": [
        {
            "tf_name": "EGR1",
            "total_peaks": "3141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035113.medial_prefrontal_cortex.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "6538",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035114.medial_prefrontal_cortex.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "8304",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047937.HL-60_acute_myeloid_leukemia.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "9632",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047938.HL-60_acute_myeloid_leukemia.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "22110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048606.A375_malignant_melanoma.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "9409",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJA.WA01_H1_human_embryonic_stem_cells.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "23090",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMQ.GM12878_female_B-cells_lymphoblastoid_cell_line.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "45787",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNE.K562_myelogenous_leukemia.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "2150",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRG.GM12878_female_B-cells_lymphoblastoid_cell_line.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "10818",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRZ.HCT-116_colon_carcinoma.EGR1/"
        }
    ]
}