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=316
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=317",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=315",
    "results": [
        {
            "tf_name": "ETS2",
            "total_peaks": "6037",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031290.dendritic_cells.ETS2/"
        },
        {
            "tf_name": "ETS2",
            "total_peaks": "2375",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037757.DU145_prostate_carcinoma.ETS2/"
        },
        {
            "tf_name": "ETS2",
            "total_peaks": "238",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR596IKD.K562_myelogenous_leukemia.ETS2/"
        },
        {
            "tf_name": "ETS21C",
            "total_peaks": "1854",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR763HRS.whole_organism_development_stage_prepupa.ETS21C/"
        },
        {
            "tf_name": "ETV1",
            "total_peaks": "20703",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048909.GIST-T1_Gastrointestinal_stromal_tumor.ETV1/"
        },
        {
            "tf_name": "ETV1",
            "total_peaks": "8521",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048910.GIST882_Gastrointestinal_stromal_tumor.ETV1/"
        },
        {
            "tf_name": "ETV1",
            "total_peaks": "9187",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048911.A375_malignant_melanoma.ETV1/"
        },
        {
            "tf_name": "ETV1",
            "total_peaks": "29510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048912.COLO800_human_melanoma_cells.ETV1/"
        },
        {
            "tf_name": "ETV1",
            "total_peaks": "1166",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29808.RWPE1_prostate_epithelial_cells.ETV1/"
        },
        {
            "tf_name": "ETV1",
            "total_peaks": "21891",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE22441.GIST.ETV1/"
        }
    ]
}