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=43
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=44",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=42",
    "results": [
        {
            "tf_name": "ARR1",
            "total_peaks": "2405",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046639.whole_3_days_seedings.ARR1/"
        },
        {
            "tf_name": "ARR1",
            "total_peaks": "9511",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046640.whole_3_days_seedings.ARR1/"
        },
        {
            "tf_name": "ARR1",
            "total_peaks": "5072",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046641.whole_3_days_seedings.ARR1/"
        },
        {
            "tf_name": "ARR1",
            "total_peaks": "3860",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046642.whole_3_days_seedings.ARR1/"
        },
        {
            "tf_name": "ARR10",
            "total_peaks": "4375",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046643.whole_3_days_seedings.ARR10/"
        },
        {
            "tf_name": "ARR14",
            "total_peaks": "10542",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046646.whole_3_days_seedings.ARR14/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "24860",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030566.neural_progenitors.ASCL1/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "11153",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030573.embryonic_fibroblasts.ASCL1/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "3946",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052248.embryonic_stem_cells.ASCL1/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "13079",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058898.ES_cell-derived_embryoid_bodies_EBs.ASCL1/"
        }
    ]
}