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=732
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=733",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=731",
    "results": [
        {
            "tf_name": "REST",
            "total_peaks": "2150",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030960.embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "5019",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030961.embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "6082",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030962.embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "1814",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030963.neural_progenitors.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "3627",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030964.neural_progenitors.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "5067",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030965.neural_progenitors.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "7687",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031113.K562_myelogenous_leukemia.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "12591",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031799.acute_promyelocytic_leukemia_blasts.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "5230",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032195.embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "762",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032198.embryonic_stem_cells.REST/"
        }
    ]
}