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=40
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=41",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=39",
    "results": [
        {
            "tf_name": "ARNTL",
            "total_peaks": "8378",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052189.peritoneal_macrophages.ARNTL/"
        },
        {
            "tf_name": "ARNTL",
            "total_peaks": "12421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053595.liver.ARNTL/"
        },
        {
            "tf_name": "ARNTL",
            "total_peaks": "4795",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053596.liver.ARNTL/"
        },
        {
            "tf_name": "ARNTL",
            "total_peaks": "17409",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053597.liver.ARNTL/"
        },
        {
            "tf_name": "ARNTL",
            "total_peaks": "8384",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053598.liver.ARNTL/"
        },
        {
            "tf_name": "ARNTL",
            "total_peaks": "7487",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053608.liver.ARNTL/"
        },
        {
            "tf_name": "ARNTL",
            "total_peaks": "10630",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053610.liver.ARNTL/"
        },
        {
            "tf_name": "ARNTL",
            "total_peaks": "8790",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053612.liver.ARNTL/"
        },
        {
            "tf_name": "ARNTL",
            "total_peaks": "4768",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053614.liver.ARNTL/"
        },
        {
            "tf_name": "ARNTL",
            "total_peaks": "239",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053615.embryonic_fibroblasts.ARNTL/"
        }
    ]
}