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=450
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=451",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=449",
    "results": [
        {
            "tf_name": "HSF1",
            "total_peaks": "1803",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.HT29_colon_adenocarcinoma.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "1652",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.MCF7_Invasive_ductal_breast_carcinoma.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "467",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.NCI-H1703_squamous_cell_lung_carcinoma_.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "1192",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.NCI-H441_squamous_cell_lung_carcinoma_.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "27129",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.NCI-H838_lung_adenocarcinoma.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "4747",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.SK-BR-3_breast_adenocarcinoma.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "1580",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.SW620_colon_adenocarcinoma.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "2086",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.ZR-75-1_invasive_ductal_carcinoma.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "1638",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45852.M0-91_acute_myeloid_leukemia_27A_100UM.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "12312",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45852.M0-91_acute_myeloid_leukemia_27A_20UM.HSF1/"
        }
    ]
}