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=345
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=346",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=344",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "34896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048453.MCF7_WS8_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "112188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048457.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "604",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048494.prostate_tumor.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "1196",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048495.prostate_tumor.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "2694",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048496.prostate_tumor.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "1005",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048497.prostate_tumor.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "24997",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048914.22RV1_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "36919",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048915.22RV1_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "107133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048988.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "109362",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048989.LNCaP_prostate_carcinoma.FOXA1/"
        }
    ]
}