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=748
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=749",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=747",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "19609",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031175.Kasumi-1_acute_myeloblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "26874",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031176.Kasumi-1_acute_myeloblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "1897",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031688.hematopoietic_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "29461",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031976.CD34_hematopoietic_stem_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "2530",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031984.megakaryocytes.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "4826",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031986.BMiFLT315-3_murine_acute_lymphoblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "2613",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032570.CD4_CD25_CD45RA_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "3742",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032571.CD4_CD25-_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "5385",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032572.CD4_CD25-_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "53684",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032700.mast_cells.RUNX1/"
        }
    ]
}