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=733
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=734",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=732",
    "results": [
        {
            "tf_name": "REST",
            "total_peaks": "4057",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033348.embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "6172",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036860.WA01_H1_human_embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "4274",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036861.WA01_H1_human_embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "9545",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036864.A549_lung_carcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "8111",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036865.A549_lung_carcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "812",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037908.paraventricular_nucleus.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "12171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039673.HEK293_embryonic_kidney.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "6424",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054611.GM12878_female_B-cells_lymphoblastoid_cell_line.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "4926",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054614.GM12878_female_B-cells_lymphoblastoid_cell_line.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "39211",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054615.Jurkat_T-cells.REST/"
        }
    ]
}