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=719
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=720",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=718",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "1484",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052186.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "3769",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052225.primary_hepatocytes.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "168",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052310.murine_Treg_T-regulatory_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "2184",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052462.Tconv_conventional_T_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "21007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052463.Tconv_conventional_T_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "1339",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052464.Tconv_conventional_T_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "5762",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052465.Tconv_conventional_T_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7004",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052466.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "21127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052467.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "1065",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052468.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.RELA/"
        }
    ]
}