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=926
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=927",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=925",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "7490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048304.U2OS_osteosarcoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "6060",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048305.U2OS_osteosarcoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "6025",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048593.IMR90_lung_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "60942",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048595.SW480_colon_adenocarcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "20403",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048596.SW480_colon_adenocarcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "424",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048925.HIV-1_latently-infected_central_memory_T_cells_cultured_from_uninfected_primary_T_cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3106",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051014.LOXIMVI.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5464",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051015.UO31.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051016.A498.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051017.U2OS_osteosarcoma.TP53/"
        }
    ]
}