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=285
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=286",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=284",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "1457",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040959.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "20276",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040960.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "15047",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040961.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "9216",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047662.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "30746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047663.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "32851",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047664.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "23592",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047699.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16532",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047700.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "20137",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047701.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "20510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047702.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}