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=467
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=468",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=466",
    "results": [
        {
            "tf_name": "IRF4",
            "total_peaks": "36659",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031654.Th17-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "31150",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032477.pro-B_cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "13205",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032885.CD8_T-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "15597",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035363.B-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "23364",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035364.plasmablasts.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "21460",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035365.preplasmablasts.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "21031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036593.pre-B-cell_progenitors.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "14986",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037660.Th2-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "39433",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037666.Th2-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "4043",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037771.Th17beta-cells.IRF4/"
        }
    ]
}