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=436
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=437",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=435",
    "results": [
        {
            "tf_name": "HNF4A",
            "total_peaks": "2955",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038114.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "5043",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051471.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "19906",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051472.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "22237",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052502.colon_epithelium.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "22660",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052503.colon_epithelium.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "25295",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052504.colon_epithelium.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "16926",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052505.colon_epithelium.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "13305",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057766.hiPSC.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "62793",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLF.HepG2_hepatoblastoma.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "18769",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000306.HepG2_hepatoblastoma.HNF4A/"
        }
    ]
}