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=741
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=742",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=740",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "7034",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036405.FDC-P1_lymphoblasts.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "17026",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036424.Kasumi-1_acute_myeloblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "42181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037837.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "7208",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038071.bone_marrow.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "9083",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038072.bone_marrow.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "3331",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047572.ME-1_acute_myeloid_leukemia_.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "10700",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047573.ME-1_acute_myeloid_leukemia_.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "34979",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047728.KP66mouse_sleen_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "31892",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047729.WT132mouse_spleen.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "61326",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048161.HEE_human_epididymis_epithelial_cells.RUNX1/"
        }
    ]
}