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=701
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=702",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=700",
    "results": [
        {
            "tf_name": "RBPJ",
            "total_peaks": "383",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032640.T29_T-cell_leukemia.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "32777",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034624.8946_cells_-_Flag-Zmiz1_L1601PDP_T_lymphoblastic_leukemia.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "19067",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040332.MDA-MB-231_breast_adenocarcinoma.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "33163",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29498.NHEK.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "10504",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29600.CUTLL1_T-cell_lymphoblastic_lymphoma_1.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "25243",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75503.LCL_lymphoblastoid_cell_line.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "26946",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75503.MUTUL.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "11229",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79734.GIC.RBPJ/"
        },
        {
            "tf_name": "RBPJL",
            "total_peaks": "32292",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030600.pancreas.RBPJL/"
        },
        {
            "tf_name": "REB1",
            "total_peaks": "646",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042143.meiotic_culture.REB1/"
        }
    ]
}