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=340
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=341",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=339",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "26846",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033207.CyT49-derived_endodermal_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "19582",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033208.CyT49-derived_endodermal_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "26451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033209.CyT49-derived_endodermal_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "227784",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033300.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "205102",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033301.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "76701",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035557.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "58301",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035558.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "30905",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036100.VCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "30750",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036101.VCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "54759",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037125.MCF-7L_invasive_ductal_carcinoma.FOXA1/"
        }
    ]
}