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=294
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=295",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=293",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "76182",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059821.uterus.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "40443",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059822.uterus.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "82015",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059824.uterus.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "837",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "7644",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.ZR-75-1_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "32250",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000901.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "93077",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003844.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "65814",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE14664.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1686",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE27300.HCC-1428_breast_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "2557",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE27300.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}