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=922
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=923",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=921",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "3446",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037331.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1795",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037332.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2921",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037333.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5076",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037334.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2228",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037335.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "12319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037336.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "8237",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037337.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "10066",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037338.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "11439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037339.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "10560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037340.B-cells.TP53/"
        }
    ]
}