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=727
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=728",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=726",
    "results": [
        {
            "tf_name": "REST",
            "total_peaks": "1555",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037003.hippocampal_neural_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "1453",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037004.hippocampal_neural_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "987",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037909.paraventricular_nucleus.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "21970",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051053.lin-bone_marrow.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "21522",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051054.lin-bone_marrow.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "12366",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051055.lin-bone_marrow.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "16615",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051056.lin-bone_marrow.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "16876",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051075.Scid_adh_2c2_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "9352",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051076.Scid_adh_2c2_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "6446",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054063.K562_myelogenous_leukemia.REST/"
        }
    ]
}