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=463
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=464",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=462",
    "results": [
        {
            "tf_name": "IRF4",
            "total_peaks": "4601",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037662.Th2-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "44249",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037663.Th2-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "24362",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037664.Th2-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "20446",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037665.Th2-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "26946",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037667.Th2-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "11157",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038443.Th9-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "1546",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038746.CD4_T-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "1146",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038747.CD4_T-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "36689",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038748.CD4_T-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "30098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038749.CD4_T-cells.IRF4/"
        }
    ]
}