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=530
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=531",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=529",
    "results": [
        {
            "tf_name": "MAX",
            "total_peaks": "61301",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031874.HeLa_cervical_adenocarcinoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "7235",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032707.embryonic_stem_cells.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "12998",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033353.J1_embryonic_stem_cells.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "14268",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037422.MDA-MB-468_breast_adenocarcinoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "30455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039669.liver.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "23807",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039825.liver.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "79145",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.NCI-H2171_small_cell_lung_carcinoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "98718",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.U-87MG.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "26473",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41105.NCI-H128_small_cell_lung_carcinoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "80265",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41105.NCI-H2171_small_cell_lung_carcinoma.MAX/"
        }
    ]
}