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=798
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=799",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=797",
    "results": [
        {
            "tf_name": "SOX2",
            "total_peaks": "10182",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46837.TT_hereditary_thyroid_gland_medullary_carcinoma.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "64266",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56567.hiPSC.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "2352",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69479.hESC-1_Embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "74652",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69479.hNSC_neural_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "4500",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49404.RENVM_SHSOX2.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "3245",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67282.hiPSC_INHI.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "6208",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67282.hiPSC_KDP53_INHI.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "38183",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49404.RENVM.SOX2/"
        },
        {
            "tf_name": "SOX3",
            "total_peaks": "2285",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033586.R1_embryonic_stem_cell-derived_neural_progenitors.SOX3/"
        },
        {
            "tf_name": "SOX3",
            "total_peaks": "13282",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051000.C2C12_myoblasts.SOX3/"
        }
    ]
}