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=448
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=449",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=447",
    "results": [
        {
            "tf_name": "HSF1",
            "total_peaks": "167",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049349.CUTLL1_T-cell_lymphoblastic_lymphoma_1.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "1368",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049350.P12_P12-Ichikawa_Childhood_T_acute_lymphoblastic_leukemia.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "4789",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.BPE_mammary_epithelial_cells.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "3779",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.breast.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "1383",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.colon.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "4364",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.HME1.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "4235",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.MCF10A_breast_epithelial_cells.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "383",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE57398.HCT-116_colon_carcinoma.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "7612",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR009MBP.GM12878_female_B-cells_lymphoblastoid_cell_line.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "648",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR062HDL.MCF7_Invasive_ductal_breast_carcinoma.HSF1/"
        }
    ]
}