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=692
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=693",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=691",
    "results": [
        {
            "tf_name": "PROX1",
            "total_peaks": "42",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037018.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.PROX1/"
        },
        {
            "tf_name": "PROX1",
            "total_peaks": "120",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037019.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.PROX1/"
        },
        {
            "tf_name": "PROX1",
            "total_peaks": "4347",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037020.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.PROX1/"
        },
        {
            "tf_name": "PROX1",
            "total_peaks": "4361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037021.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.PROX1/"
        },
        {
            "tf_name": "PROX1",
            "total_peaks": "176",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037022.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.PROX1/"
        },
        {
            "tf_name": "PROX1",
            "total_peaks": "23385",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038111.liver.PROX1/"
        },
        {
            "tf_name": "PROX1",
            "total_peaks": "19650",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038112.liver.PROX1/"
        },
        {
            "tf_name": "PROX1",
            "total_peaks": "25112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038110.liver.PROX1/"
        },
        {
            "tf_name": "PROX1",
            "total_peaks": "41130",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60390.SW480_colon_adenocarcinoma.PROX1/"
        },
        {
            "tf_name": "PTF1A",
            "total_peaks": "12613",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051602.pancreas.PTF1A/"
        }
    ]
}