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=897
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=898",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=896",
    "results": [
        {
            "tf_name": "TCF3",
            "total_peaks": "75784",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43834.Kasumi-1_acute_myeloblastic_leukemia.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "52552",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59538.icn12.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "5083",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72828.ra1.TCF3/"
        },
        {
            "tf_name": "TCF4",
            "total_peaks": "3558",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049703.SH-SY5Y_neuroblastoma.TCF4/"
        },
        {
            "tf_name": "TCF4",
            "total_peaks": "12580",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049704.SH-SY5Y_neuroblastoma.TCF4/"
        },
        {
            "tf_name": "TCF4",
            "total_peaks": "13258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053214.Kasumi-1_acute_myeloblastic_leukemia.TCF4/"
        },
        {
            "tf_name": "TCF4",
            "total_peaks": "221578",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058276.SU-DHL-2_anaplastic_large_cell_lymphoma.TCF4/"
        },
        {
            "tf_name": "TCF4",
            "total_peaks": "231115",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058278.TMD8_diffuse_large_B-cell_lymphoma.TCF4/"
        },
        {
            "tf_name": "TCF4",
            "total_peaks": "20192",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036769.HUES64_embryonic_stem_cells.TCF4/"
        },
        {
            "tf_name": "TCF4",
            "total_peaks": "46085",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037180.CAL-1_plasmacytoid_dendritic_neoplasm.TCF4/"
        }
    ]
}