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=846
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=847",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=845",
    "results": [
        {
            "tf_name": "STAT1",
            "total_peaks": "16617",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034281.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "18456",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034282.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "21374",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034283.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "9810",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034538.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "16094",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034540.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "15476",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034542.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "6393",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034547.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "6644",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034548.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "7258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034549.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "924",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035750.B-cells.STAT1/"
        }
    ]
}