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=332
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=333",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=331",
    "results": [
        {
            "tf_name": "FOS",
            "total_peaks": "33348",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000310.K562_myelogenous_leukemia.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "3975",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000437.GM12878_female_B-cells_lymphoblastoid_cell_line.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "3467",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000620.MCF7_Invasive_ductal_breast_carcinoma.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "50531",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000672.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "18331",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032703.mast_cells.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "3062",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036666.cortical_neurons.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "1587",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036667.cortical_neurons.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "1879",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036672.cortical_neurons.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "403",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036673.cortical_neurons.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "15606",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037976.mesenchymal_stem_cells.FOS/"
        }
    ]
}