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=749
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=750",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=748",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "3783",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033273.mature_megakaryocytes.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "41304",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033458.myoblasts.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "18151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034186.EML_-C1EML_clone_1.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "14585",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034451.embryonic_stem_cell-derived_myeloid_progenitors.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034738.CD4_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "8993",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034739.CD4_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "3347",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036406.FDC-P1_lymphoblasts.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "4427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036423.Kasumi-1_acute_myeloblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "44188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037196.Kasumi-1_acute_myeloblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "43469",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037302.MV-4-11_Childhood_acute_monocytic_leukemia.RUNX1/"
        }
    ]
}