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=603
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=604",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=602",
    "results": [
        {
            "tf_name": "NR2C1",
            "total_peaks": "5360",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR178DEG.K562_myelogenous_leukemia.NR2C1/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "323",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE54759.erythroid_cells.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "363",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EUL.GM12878_female_B-cells_lymphoblastoid_cell_line.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "1800",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVN.HeLa_S3_cervical_adenocarcinoma.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "3016",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVS.HepG2_hepatoblastoma.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "580",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWH.K562_myelogenous_leukemia.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "16779",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR750LYM.K562_myelogenous_leukemia.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "4353",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000577.K562_myelogenous_leukemia.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "8202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000578.HepG2_hepatoblastoma.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "24353",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000579.GM12878_female_B-cells_lymphoblastoid_cell_line.NR2C2/"
        }
    ]
}