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=284
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=285",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=283",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "11195",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040895.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "923",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040950.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "20396",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040951.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "23214",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040952.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "509",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040953.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17599",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040954.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "13673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040955.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "617",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040956.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16884",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040957.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "9980",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040958.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}