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=378
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=379",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=377",
    "results": [
        {
            "tf_name": "GABPA",
            "total_peaks": "2357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049796.THP-1_acute_monocytic_leukemia.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "28852",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049969.EML_-C1EML_clone_1.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "4820",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGC.GM12878_female_B-cells_lymphoblastoid_cell_line.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "9892",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHS.HeLa_S3_cervical_adenocarcinoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "31220",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BIW.WA01_H1_human_embryonic_stem_cells.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "8884",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJK.HepG2_hepatoblastoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "34809",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLO.K562_myelogenous_leukemia.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "11739",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTG.SK-N-SH_neuroblastoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "8472",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTK.HL-60_acute_myeloid_leukemia.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "17451",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUK.MCF7_Invasive_ductal_breast_carcinoma.GABPA/"
        }
    ]
}