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=341
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=342",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=340",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "77096",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037126.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "51514",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037433.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "49833",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037434.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "7387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037485.F9_embryonal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "51173",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037591.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "84207",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037593.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "5975",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037652.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "1896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037653.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "8369",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037654.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "6137",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038334.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        }
    ]
}