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=372
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=373",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=371",
    "results": [
        {
            "tf_name": "FOXO1",
            "total_peaks": "9009",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033893.CD4_T-cells.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "1838",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033894.CD4_T-cells.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "90469",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69542.hESC-1_Embryonic_stem_cells.FOXO1/"
        },
        {
            "tf_name": "FOXO3",
            "total_peaks": "11319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032188.primary_adult_neural_progenitors.FOXO3/"
        },
        {
            "tf_name": "FOXO3",
            "total_peaks": "10864",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036971.neural_stem_cells.FOXO3/"
        },
        {
            "tf_name": "FOXO3",
            "total_peaks": "7604",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030454.BMDM_bone_marrow-derived_macrophages.FOXO3/"
        },
        {
            "tf_name": "FOXO3",
            "total_peaks": "6111",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036970.neural_stem_cells.FOXO3/"
        },
        {
            "tf_name": "FOXO3",
            "total_peaks": "7860",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038526.K562_myelogenous_leukemia.FOXO3/"
        },
        {
            "tf_name": "FOXO3",
            "total_peaks": "57873",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051012.HepG2_hepatoblastoma.FOXO3/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "20781",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058126.naive_IgD_B_cells.FOXP1/"
        }
    ]
}