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=628
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=629",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=627",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "13791",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.MCF7_Invasive_ductal_breast_carcinoma_DEX.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "733",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.T47D_invasive_ductal_carcinoma_DEX.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "19480",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.ZR-75-1_invasive_ductal_carcinoma_DEX.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "15834",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67046.NALM-6_adult_B_acute_lymphoblastic_leukemia.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "792",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.MCF7_Invasive_ductal_breast_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "159",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.T47D_invasive_ductal_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "4607",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.ZR-75-1_invasive_ductal_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "44795",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP007093.imr90.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "22664",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP007093.k562.NR3C1/"
        },
        {
            "tf_name": "NR4A1",
            "total_peaks": "82514",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034563.E14TG2A_embryonic_stem_cells.NR4A1/"
        }
    ]
}