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=622
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=623",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=621",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "2055",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057899.monocytes_of_peripheral_blood.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "2344",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057900.monocytes_of_peripheral_blood.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1863",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057901.macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "4162",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057902.macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "28355",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058696.MEF_mouse_embryonic_fibroblasts.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058697.3617-KOGR_mouse_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "817",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058699.3617-KOGR_mouse_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1121",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058701.3617-KOGR_mouse_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "30783",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058702.3617-KOGR_mouse_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "934",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058703.3617-KOGR_mouse_adenocarcinoma.NR3C1/"
        }
    ]
}