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=481
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=482",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=480",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "82317",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038046.HAEC_human_aortic_endothelial_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "33397",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039416.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "23890",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039496.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "19323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039507.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "24663",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039519.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "17899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039545.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "21833",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039869.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "23535",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039941.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "20793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039950.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "20945",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039967.A549_lung_carcinoma.JUN/"
        }
    ]
}