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=381
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=382",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=380",
    "results": [
        {
            "tf_name": "GAT1",
            "total_peaks": "3819",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057621.whole_cells.GAT1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "3667",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000588.K562_myelogenous_leukemia.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "25563",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000913.CD36_erythroid_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "27315",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000914.CD36_erythroid_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "25190",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000939.K562_myelogenous_leukemia.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "20877",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000940.K562_myelogenous_leukemia.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "10968",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000974.G1E-ER4_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "15072",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010527.G1E-ER4_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "4755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010974.G1E-ER4_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "33396",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011011.MEL_cell_line.GATA1/"
        }
    ]
}