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=540
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=541",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=539",
    "results": [
        {
            "tf_name": "MEIS1",
            "total_peaks": "25422",
            "url": "https://unibind.uio.no/api/v1/datasets/ERR063469.CHRF28811.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "351",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE26014.HSPC.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "19872",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38339.SEM_childhood_B_acute_lymphoblastic_leukemia.MEIS1/"
        },
        {
            "tf_name": "MEIS2",
            "total_peaks": "62251",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR851BNE.K562_myelogenous_leukemia.MEIS2/"
        },
        {
            "tf_name": "MGA",
            "total_peaks": "7112",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR710WLO.K562_myelogenous_leukemia.MGA/"
        },
        {
            "tf_name": "MIRR",
            "total_peaks": "2606",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR593ZMJ.whole_organism_development_stage_embryonic.MIRR/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "1018",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033916.melanocytes.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "3130",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033917.melanocytes.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "1588",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050382.bone_marrow_myeloid_cells.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "967",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050383.bone_marrow_myeloid_cells.MITF/"
        }
    ]
}