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=286
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=287",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=285",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "22721",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047703.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "15194",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047704.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "27725",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047705.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "37481",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047706.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17987",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047707.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "29047",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047708.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "40380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047709.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "31047",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047710.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "11928",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047989.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048177.MDA-MB-134_invasive_lobular_breast_carcinoma.ESR1/"
        }
    ]
}