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=750
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=751",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=749",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "28906",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037304.THP-1_acute_monocytic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "43823",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037460.NB4_acute_promyelocytic_leukemia_.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "23735",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037578.Hoxb8-FL.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "74311",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037688.Jurkat_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "99321",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037689.HEK293T_embryonic_kidney.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037690.peripheral_blood_mononuclear_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "28897",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037833.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "38954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037836.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "38579",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038163.embryonic_fibroblasts.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "29758",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038164.embryonic_fibroblasts_expressing_OSKM_for_48h.RUNX1/"
        }
    ]
}