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=281
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=282",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=280",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "15422",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038384.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "22003",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038385.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "26512",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038386.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "26013",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038387.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "39322",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038388.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "59202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038389.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "57222",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038390.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "48158",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038393.uterus.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "7127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038761.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "21664",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038768.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}