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=624
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=625",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=623",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "28157",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059810.BWTG3Hepatocellular_carcinoma_of_the_mouse.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "42077",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP007081.IMR90_lung_fibroblasts.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "18675",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP007081.K562_myelogenous_leukemia.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "50869",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP007081.U2OS_osteosarcoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "5682",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68864.hMSC.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1123",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71616.RS4-11_adult_B_acute_lymphoblastic_leukemia.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "12054",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR116TFA.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "15757",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR904YPP.GM12878_female_B-cells_lymphoblastoid_cell_line.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "810",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR325DER.K562_myelogenous_leukemia.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "77",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR355HLV.A549_lung_carcinoma.NR3C1/"
        }
    ]
}