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=276
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=277",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=275",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "13001",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036976.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16591",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036977.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "58670",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036981.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "28418",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036982.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "24639",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036983.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5859",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037443.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "14612",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037445.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "14673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037446.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "7165",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037590.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "10576",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037592.T47D_invasive_ductal_carcinoma.ESR1/"
        }
    ]
}