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=289
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=290",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=288",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "1928",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048685.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "11060",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048686.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1255",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048687.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "9172",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048688.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16296",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048692.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "35808",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048693.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "33989",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049530.MDA-MB-231_breast_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "42841",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049531.MDA-MB-231_breast_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "22368",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049532.MDA-MB-231_breast_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "64678",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049533.MDA-MB-231_breast_adenocarcinoma.ESR1/"
        }
    ]
}