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=784
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=785",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=783",
    "results": [
        {
            "tf_name": "SOX11",
            "total_peaks": "55",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000017.embryonic_stem_cell-drived_neurons.SOX11/"
        },
        {
            "tf_name": "SOX11",
            "total_peaks": "38829",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52146.GRANT-A519.SOX11/"
        },
        {
            "tf_name": "SOX13",
            "total_peaks": "3202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053741.sorted_gd_T_thymocytes.SOX13/"
        },
        {
            "tf_name": "SOX13",
            "total_peaks": "17190",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR445ACU.HepG2_hepatoblastoma.SOX13/"
        },
        {
            "tf_name": "SOX13",
            "total_peaks": "81435",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040100.HepG2_hepatoblastoma.SOX13/"
        },
        {
            "tf_name": "SOX15",
            "total_peaks": "958",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059045.NIH_3T3_embryonic_fibroblasts.SOX15/"
        },
        {
            "tf_name": "SOX15",
            "total_peaks": "137",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62909.cpa.SOX15/"
        },
        {
            "tf_name": "SOX17",
            "total_peaks": "14520",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038928.F9_embryonal_carcinoma.SOX17/"
        },
        {
            "tf_name": "SOX17",
            "total_peaks": "10490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038931.KH2_embryonic_stem_cells.SOX17/"
        },
        {
            "tf_name": "SOX17",
            "total_peaks": "21559",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038933.KH2_embryonic_stem_cells.SOX17/"
        }
    ]
}