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=466
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=467",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=465",
    "results": [
        {
            "tf_name": "IRF4",
            "total_peaks": "279",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052455.CD4_T-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "17589",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053637.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "40895",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053639.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "57361",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGY.GM12878_female_B-cells_lymphoblastoid_cell_line.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "30921",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR743ZJL.CH12_LX_Mouse_lymphoma.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "16540",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030759.Th17-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "1308",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030761.Th2-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "3241",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030762.Th0-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "5890",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031635.B-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "12463",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031637.CD4_T-cells.IRF4/"
        }
    ]
}