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

{
    "count": 9654,
    "next": null,
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=965",
    "results": [
        {
            "tf_name": "ZNF143",
            "total_peaks": "64037",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE76454.MCF7_Invasive_ductal_breast_carcinoma.ZNF143/"
        },
        {
            "tf_name": "ZNF263",
            "total_peaks": "108515",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVD.HEK293_embryonic_kidney.ZNF263/"
        },
        {
            "tf_name": "ZNF263",
            "total_peaks": "79802",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWN.K562_myelogenous_leukemia.ZNF263/"
        },
        {
            "tf_name": "ZNF740",
            "total_peaks": "3472",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR737UST.K562_myelogenous_leukemia.ZNF740/"
        }
    ]
}