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=742
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=743",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=741",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "20104",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048162.HEE_human_epididymis_epithelial_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "10510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048163.HEE_human_epididymis_epithelial_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "1950",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048164.HEE_human_epididymis_epithelial_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "3630",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048188.NALM-6_adult_B_acute_lymphoblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "4376",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048189.NALM-6_adult_B_acute_lymphoblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "19075",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048190.pre-B-lymphoblast_cells_with_BCP-ALL.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "22089",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048191.pre-B-lymphoblast_cells_with_BCP-ALL.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "36114",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048192.pre-B-lymphoblast_cells_with_BCP-ALL.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "23705",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048923.pre-_leukemia_stem_cells_CD34_human_cord_blood_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "62841",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050151.Lin-_BM_derived_DN1_cells.RUNX1/"
        }
    ]
}