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=283
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=284",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=282",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "40815",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038798.breast_tumor.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "31786",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038958.MCF10A_breast_epithelial_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17556",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038959.MCF10A_breast_epithelial_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "25700",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038960.MCF10A_breast_epithelial_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "11090",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040663.breast_tumor.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "4998",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040670.breast_tumor.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5373",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040889.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "23775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040892.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5437",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040893.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "7278",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040894.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}