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=906
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=907",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=905",
    "results": [
        {
            "tf_name": "TEAD4",
            "total_peaks": "10779",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035001.embryonic_stem_cell-derived_hemangioblasts.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "42775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036223.Flk1_hemangioblasts.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "27227",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036224.Flk1_hemangioblasts.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "23431",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036225.hemogenic_endothelium.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "191",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037503.hindlimb_muscles.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "5662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049867.WA01_H1_human_embryonic_stem_cells.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "28673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050322.fetal_liver.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "18826",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051363.K14CreER_SmoM2_basal_cell_carcinoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "48276",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051750.liver.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "36995",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051751.liver.TEAD4/"
        }
    ]
}