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=297
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=298",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=296",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "2433",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038351.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "31375",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038352.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "20040",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038353.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5086",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038354.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "2264",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038355.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5833",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038356.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "6182",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038760.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "13732",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038769.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "20048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038775.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "2623",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038777.T47D_invasive_ductal_carcinoma.ESR1/"
        }
    ]
}