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=347
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=348",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=346",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "18129",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050243.liver.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "16595",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050244.liver.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "29254",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050245.liver.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "21607",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050246.liver.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "26965",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050247.liver.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "40309",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051010.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "18771",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052940.LNCaP95.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "40193",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052941.LNCaP95.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "28789",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052942.LNCaP95.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "33332",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053226.LNCaP_prostate_carcinoma.FOXA1/"
        }
    ]
}