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=604
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=605",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=603",
    "results": [
        {
            "tf_name": "NR2C2",
            "total_peaks": "15439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000580.HeLa_S3_cervical_adenocarcinoma.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "926",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46237.HeLa_cervical_adenocarcinoma.NR2C2/"
        },
        {
            "tf_name": "NR2C2",
            "total_peaks": "1740",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46237.VA13_transformed_lung_fibroblasts.NR2C2/"
        },
        {
            "tf_name": "NR2F1",
            "total_peaks": "49039",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR970NKQ.K562_myelogenous_leukemia.NR2F1/"
        },
        {
            "tf_name": "NR2F1",
            "total_peaks": "23465",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR514VYD.GM12878_female_B-cells_lymphoblastoid_cell_line.NR2F1/"
        },
        {
            "tf_name": "NR2F1",
            "total_peaks": "4862",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030994.H9-derived_neural_crest_cells.NR2F1/"
        },
        {
            "tf_name": "NR2F1",
            "total_peaks": "34962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035243.cranial_neural_crest_cells.NR2F1/"
        },
        {
            "tf_name": "NR2F1",
            "total_peaks": "33172",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039919.HepG2_hepatoblastoma.NR2F1/"
        },
        {
            "tf_name": "NR2F1",
            "total_peaks": "114034",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41561.MCF7_Invasive_ductal_breast_carcinoma.NR2F1/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "2351",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053381.iPSC-derived_cardiomyocytes.NR2F2/"
        }
    ]
}