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=658
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=659",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=657",
    "results": [
        {
            "tf_name": "POU2F1",
            "total_peaks": "3650",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38303.IMR90_lung_fibroblasts.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "19869",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000338.embryonic_stem_cell-derived_haematopoietic_cells.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "3087",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000703.myeloblasts.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "1328",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037633.embryonic_stem_cells.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "11619",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058388.HCT-116_colon_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "165",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058389.HCT-116_colon_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "109",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058390.HCT-116_colon_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F2",
            "total_peaks": "97235",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGP.GM12878_female_B-cells_lymphoblastoid_cell_line.POU2F2/"
        },
        {
            "tf_name": "POU2F2",
            "total_peaks": "14261",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BII.GM12891_male_B-_cells_lymphoblastoid_cell_line.POU2F2/"
        },
        {
            "tf_name": "POU2F2",
            "total_peaks": "176297",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79480.HBL1_diffuse_large_B-cell_lymphoma.POU2F2/"
        }
    ]
}