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=290
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=291",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=289",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "14497",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049892.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "14124",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049893.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "7705",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049894.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16729",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049895.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "18790",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049937.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "4792",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049938.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16286",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049940.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "32016",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049941.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "26759",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049942.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "9853",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049943.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}