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=287
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=288",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=286",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "44185",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048178.MDA-MB-134_invasive_lobular_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "33161",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048179.MDA-MB-134_invasive_lobular_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "19516",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048231.Ishikawa_endometrial_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "30974",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048233.Ishikawa_endometrial_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5262",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048235.Ishikawa_endometrial_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "10907",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048578.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "18645",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048579.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16798",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048580.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16876",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048581.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16857",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048582.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}