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=109
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=110",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=108",
    "results": [
        {
            "tf_name": "CLOCK",
            "total_peaks": "6749",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR934JDG.MCF7_Invasive_ductal_breast_carcinoma.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "8887",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR699YFX.MCF7_Invasive_ductal_breast_carcinoma.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "131",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030456.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "786",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032133.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "164",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032134.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "684",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032135.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "620",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032136.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "675",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032137.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "753",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032138.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032139.liver.CLOCK/"
        }
    ]
}