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=268
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=269",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=267",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "4558",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLL.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17392",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQD.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "39534",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQR.Ishikawa_endometrial_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000177.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "11476",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000178.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000232.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "11136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000559.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "879",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000881.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "18042",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000882.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "542",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000883.T47D_invasive_ductal_carcinoma.ESR1/"
        }
    ]
}