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=110
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=111",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=109",
    "results": [
        {
            "tf_name": "CLOCK",
            "total_peaks": "149",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032140.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "488",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032141.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "235",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032142.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "180",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032143.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "367",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032144.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "24038",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032488.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "12555",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032489.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "447",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035287.Beta-TC-6_insulinoma.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "2687",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036952.liver.CLOCK/"
        },
        {
            "tf_name": "CLOCK",
            "total_peaks": "3692",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049687.BA10_brodmann_area_10.CLOCK/"
        }
    ]
}