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=389
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=390",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=388",
    "results": [
        {
            "tf_name": "GATA2",
            "total_peaks": "11371",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048219.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "7719",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048220.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050018.3T3-L1_embryonic_fibroblasts.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "2423",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050019.3T3-L1_embryonic_fibroblasts.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "3429",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050020.C3H10T12_embryonic_fibroblasts.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "1408",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050021.C3H10T12_embryonic_fibroblasts.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "44789",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055346.TF-1_erythroleukemia.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "4487",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055348.TF-1_erythroleukemia.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "23941",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055349.TF-1_erythroleukemia.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "140420",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058214.ME-1_acute_myeloid_leukemia_.GATA2/"
        }
    ]
}