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=830
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=831",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=829",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "125908",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE66594.macrophages_TPP.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "173288",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70660.CD34_cells_ADULT.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "65064",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70660.CD34_cells_FETAL.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "17790",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71616.RS4-11_adult_B_acute_lymphoblastic_leukemia_DEX.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "40367",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74999.K562_myelogenous_leukemia_NABUT.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "10867",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74999.K562_myelogenous_leukemia_SAHA.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "3601",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "10201",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71616.RS4-11_adult_B_acute_lymphoblastic_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "2161",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74999.K562_myelogenous_leukemia.SPI1/"
        },
        {
            "tf_name": "SPIB",
            "total_peaks": "4709",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033645.WEHI-279_lymphoma.SPIB/"
        }
    ]
}