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=524
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=525",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=523",
    "results": [
        {
            "tf_name": "MAF",
            "total_peaks": "44156",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038879.Th17-cells.MAF/"
        },
        {
            "tf_name": "MAFA",
            "total_peaks": "4858",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000435.pancreatic_islets.MAFA/"
        },
        {
            "tf_name": "MAFB",
            "total_peaks": "54753",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035778.macrophages.MAFB/"
        },
        {
            "tf_name": "MAFB",
            "total_peaks": "135",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051791.Mile_Sven_1_MS1_mouse_endothelial_cells.MAFB/"
        },
        {
            "tf_name": "MAFB",
            "total_peaks": "5676",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52953.keratinocytes.MAFB/"
        },
        {
            "tf_name": "MAFB",
            "total_peaks": "37952",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035779.BMDM_bone_marrow-derived_macrophages.MAFB/"
        },
        {
            "tf_name": "MAFB",
            "total_peaks": "53320",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004003.pancreatic_islets.MAFB/"
        },
        {
            "tf_name": "MAFF",
            "total_peaks": "7507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031307.dendritic_cells.MAFF/"
        },
        {
            "tf_name": "MAFF",
            "total_peaks": "4553",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031308.dendritic_cells.MAFF/"
        },
        {
            "tf_name": "MAFF",
            "total_peaks": "6397",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031309.dendritic_cells.MAFF/"
        }
    ]
}