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=303
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=304",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=302",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "31026",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "2952",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma_SHCTR.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "14690",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma_SHCTR_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1675",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma_SHFOXA1_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3105",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma_SHGATA3_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "77917",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68355.MCF7_Invasive_ductal_breast_carcinoma_PROG.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "68023",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68355.MCF7_Invasive_ductal_breast_carcinoma_R5020.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "26297",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68355.T47D_invasive_ductal_carcinoma_PROG.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "19886",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68355.T47D_invasive_ductal_carcinoma_R5020.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "13475",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68356.MCF7_Invasive_ductal_breast_carcinoma_E2.ESR1/"
        }
    ]
}