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=262
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=263",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=261",
    "results": [
        {
            "tf_name": "ERG",
            "total_peaks": "11603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033708.VCaP_prostate_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "345",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037056.RWPE1_prostate_epithelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "11273",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038041.HAEC_human_aortic_endothelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "7168",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038045.HAEC_human_aortic_endothelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "6184",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048201.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "5856",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048202.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "15603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048203.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "9369",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048204.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "29925",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048484.RWPE1_prostate_epithelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "2347",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049000.RWPE1_prostate_epithelial_cells.ERG/"
        }
    ]
}