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=629
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=630",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=628",
    "results": [
        {
            "tf_name": "NR4A1",
            "total_peaks": "44473",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050079.RAW_264_7_Abelson_murine_leukemia_virus-induced_tumor-derived_macrophages.NR4A1/"
        },
        {
            "tf_name": "NR4A1",
            "total_peaks": "1510",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DJW.K562_myelogenous_leukemia.NR4A1/"
        },
        {
            "tf_name": "NR4A1",
            "total_peaks": "82646",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034561.E14TG2A_embryonic_stem_cells.NR4A1/"
        },
        {
            "tf_name": "NR4A1",
            "total_peaks": "13123",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035170.T-cells.NR4A1/"
        },
        {
            "tf_name": "NR4A1",
            "total_peaks": "9742",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039822.K562_myelogenous_leukemia.NR4A1/"
        },
        {
            "tf_name": "NR4A1",
            "total_peaks": "33672",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79491.Kasumi-1_acute_myeloblastic_leukemia.NR4A1/"
        },
        {
            "tf_name": "NR5A1",
            "total_peaks": "320",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031925.H295R_adrenal_cortex_carcinoma.NR5A1/"
        },
        {
            "tf_name": "NR5A1",
            "total_peaks": "170",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031927.H295R_adrenal_cortex_carcinoma.NR5A1/"
        },
        {
            "tf_name": "NR5A1",
            "total_peaks": "77",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031924.H295R_adrenal_cortex_carcinoma.NR5A1/"
        },
        {
            "tf_name": "NR5A1",
            "total_peaks": "142",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031926.H295R_adrenal_cortex_carcinoma.NR5A1/"
        }
    ]
}