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=264
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=265",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=263",
    "results": [
        {
            "tf_name": "ERG",
            "total_peaks": "2980",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030591.prostate.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030593.prostate.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "11081",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030846.spleen.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "17284",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030847.spleen.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "9877",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031971.CD34_hematopoietic_stem_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "32216",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032695.mast_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "30199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034619.acute_myeloid_leukemia.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "154",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035116.416B_hematopoietic_precursor_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "7093",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037055.VCaP_prostate_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "533",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037057.RWPE1_prostate_epithelial_cells.ERG/"
        }
    ]
}