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=462
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=463",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=461",
    "results": [
        {
            "tf_name": "IRF4",
            "total_peaks": "1017",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031646.CD4_T-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "24293",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031651.CD4_T-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "7655",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031652.CD4_T-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "1654",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032093.B-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "1228",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032094.B-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "3707",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032291.CD8_T-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "1256",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035233.B-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "2459",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035234.B-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "30376",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036592.pre-B-cell_progenitors.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "12654",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037661.Th2-cells.IRF4/"
        }
    ]
}