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=697
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=698",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=696",
    "results": [
        {
            "tf_name": "RARB",
            "total_peaks": "8103",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034799.brain_caudate_putamen.RARB/"
        },
        {
            "tf_name": "RARG",
            "total_peaks": "2094",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048631.RWPE1_prostate_epithelial_cells.RARG/"
        },
        {
            "tf_name": "RARG",
            "total_peaks": "2221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048632.RWPE1_prostate_epithelial_cells.RARG/"
        },
        {
            "tf_name": "RARG",
            "total_peaks": "844",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048633.RWPE1_prostate_epithelial_cells.RARG/"
        },
        {
            "tf_name": "RARG",
            "total_peaks": "871",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048634.RWPE1_prostate_epithelial_cells.RARG/"
        },
        {
            "tf_name": "RARG",
            "total_peaks": "2902",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048635.RWPE1_prostate_epithelial_cells.RARG/"
        },
        {
            "tf_name": "RARG",
            "total_peaks": "1701",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048636.RWPE1_prostate_epithelial_cells.RARG/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "10352",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032407.CUTLL1_T-cell_lymphoblastic_lymphoma_1.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "18882",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032408.CUTLL1_T-cell_lymphoblastic_lymphoma_1.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "2146",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048213.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.RBPJ/"
        }
    ]
}