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=199
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1983,
    "next": null,
    "previous": "https://unibind2018.uio.no/api/v1/datasets?format=api&page=198",
    "results": [
        {
            "tf_name": "ZNF384",
            "total_peaks": "39297",
            "url": "https://unibind2018.uio.no/api/v1/datasets/ENCSR000EFP.K562.ZNF384/"
        },
        {
            "tf_name": "ZNF384",
            "total_peaks": "46082",
            "url": "https://unibind2018.uio.no/api/v1/datasets/ENCSR101FJU.HEPG2.ZNF384/"
        },
        {
            "tf_name": "ZNF740",
            "total_peaks": "3472",
            "url": "https://unibind2018.uio.no/api/v1/datasets/ENCSR737UST.K562.ZNF740/"
        }
    ]
}