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=265
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=266",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=264",
    "results": [
        {
            "tf_name": "ERG",
            "total_peaks": "56161",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037192.Kasumi-1_acute_myeloblastic_leukemia.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "26023",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037571.Hoxb8-FL.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "30861",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038637.VCaP_prostate_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "78859",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053004.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "31911",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.AMLPZ12.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "37059",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.MCF7_Invasive_ductal_breast_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "71326",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.SKNO-1_acute_myeloid_leukemia.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "7548",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE37752.RWPE1_prostate_epithelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "51080",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46044.ME-1_acute_myeloid_leukemia_.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "64168",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49091.Jurkat_T-cells.ERG/"
        }
    ]
}