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=342
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=343",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=341",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "156640",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038435.VCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "169116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038436.VCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "1729",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038666.pancreatic_ductal_adenocarcinoma_liver_metastasis.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "5550",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038667.pancreatic_ductal_adenocarcinoma_liver_metastasis.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "23345",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038668.cultured_pancreatic_ductal_adenocarcinoma_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "29582",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038669.cultured_pancreatic_ductal_adenocarcinoma_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "60977",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038787.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "82157",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038788.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "15834",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040664.breast_tumor.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "17062",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040666.breast_tumor.FOXA1/"
        }
    ]
}