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=274
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=275",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=273",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "31554",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036362.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036364.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8485",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036365.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "26364",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036366.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "117575",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036367.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "150896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036368.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036387.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1965",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036388.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "52",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036389.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "447",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036390.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}