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=492
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=493",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=491",
    "results": [
        {
            "tf_name": "JUNB",
            "total_peaks": "5259",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040739.bone_marrow-derived_macrophages.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "58014",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048569.MCF10A-ER-Src.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "76078",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048570.MCF10A-ER-Src.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "9200",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053636.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "28943",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058773.bone_marrow-derived_macrophages.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "27300",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058785.bone_marrow-derived_macrophages.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "568",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058786.bone_marrow-derived_macrophages.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "200",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63080.keratinocytes.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "40154",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DJY.K562_myelogenous_leukemia.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "5660",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR795IYP.K562_myelogenous_leukemia.JUNB/"
        }
    ]
}