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=25
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=26",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=24",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "82",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE48308.lncap-dht1nm.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "169",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE48308.lncaparhi-ar-dht1nm.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "104",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE48308.lncaparmo-ar-dht100nm.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "145",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE48308.lncaparmo-ar-dht1nm.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "60387",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE48930.MCF7_Invasive_ductal_breast_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "14279",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55062.vcap.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "19661",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55062.vcap-dht-mdv3100.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "125",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58478.22rv1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2893",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58478.22rv1-arfl-arvs.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "3378",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58478.22rv1-arvs.AR/"
        }
    ]
}