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=295
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=296",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=294",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "74",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53531.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3092",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55921.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1891",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68356.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "512",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000231.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "7165",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000276.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000560.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "13028",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030621.liver.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "42006",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030622.uterus.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1248",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031898.mammary_gland.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "64788",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032284.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}