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=921
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=922",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=920",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "4608",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037321.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "10547",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037322.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "13026",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037323.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3726",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037324.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2720",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037325.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1568",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037326.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2720",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037327.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2469",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037328.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1684",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037329.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2303",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037330.B-cells.TP53/"
        }
    ]
}