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=288
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=289",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=287",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "18297",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048583.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17156",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048584.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048585.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "22217",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048586.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "19708",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048587.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "2115",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048597.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1867",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048598.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "2966",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048599.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048600.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "249",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048601.T47D_invasive_ductal_carcinoma.ESR1/"
        }
    ]
}