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=380
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=381",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=379",
    "results": [
        {
            "tf_name": "GABPA",
            "total_peaks": "40426",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054616.GM12878_female_B-cells_lymphoblastoid_cell_line.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "2686",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29808.RWPE1_prostate_epithelial_cells.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "2959",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31417.HeLa_cervical_adenocarcinoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "86051",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49091.Jurkat_T-cells.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "3117",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59021.DU145_prostate_carcinoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "16658",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72082.HepG2_hepatoblastoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "4420",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72082.MCF7_Invasive_ductal_breast_carcinoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "53054",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49091.VCaP_prostate_carcinoma_ETOH.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "56821",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49091.VCaP_prostate_carcinoma_R1881.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "55055",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49091.VCaP_prostate_carcinoma.GABPA/"
        }
    ]
}