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=480
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=481",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=479",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "7966",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036227.Flk1_hemangioblasts.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "39498",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037911.liver.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "57434",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037912.liver.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "22332",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037913.liver.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "36319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037914.liver.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "25098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037915.liver.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "52528",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037916.liver.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "70585",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038042.HAEC_human_aortic_endothelial_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "63468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038043.HAEC_human_aortic_endothelial_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "18210",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038044.HAEC_human_aortic_endothelial_cells.JUN/"
        }
    ]
}