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=277
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=278",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=276",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "7594",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037649.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8430",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037650.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1756",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037651.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17423",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037655.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "13986",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037656.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "21616",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037775.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8470",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037776.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3870",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037778.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "25603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037779.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5852",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038284.breast_tumor_xenograft.ESR1/"
        }
    ]
}