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/?collection=Robust&format=api&page=6&q=ESC&summary=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://unibind.uio.no/api/v1/datasets/?collection=Robust&format=api&page=5&q=ESC&summary=true",
    "results": [
        {
            "folder": "GSE39912.hESC-1_Embryonic_stem_cells_DAMAGED.TP53",
            "tf_name": "TP53",
            "samples": [
                {
                    "cell": {
                        "title": "hESC-1 (Embryonic stem cells)"
                    },
                    "biological_condition": "DAMAGED"
                }
            ],
            "references": [
                {
                    "identifier": "GEO:GSE39912"
                }
            ],
            "species": {
                "name": "Homo sapiens"
            },
            "datasets": [
                {
                    "jaspar_id": "MA0106.3",
                    "bed_filename": "macs/DAMO/GSE39912.hESC-1_Embryonic_stem_cells_DAMAGED.TP53/GSE39912.hESC-1_Embryonic_stem_cells_DAMAGED.TP53.MA0106.3.damo.bed",
                    "fasta_filename": "macs/DAMO/GSE39912.hESC-1_Embryonic_stem_cells_DAMAGED.TP53/GSE39912.hESC-1_Embryonic_stem_cells_DAMAGED.TP53.MA0106.3.damo.fa",
                    "profile_name": "TP53",
                    "synonyms": [
                        "BCC7",
                        "BMFS5",
                        "LFS1",
                        "P53",
                        "TRP53",
                        "antigen NY-CO-13",
                        "cellular tumor antigen p53",
                        "mutant tumor protein 53",
                        "p53 tumor suppressor",
                        "phosphoprotein p53",
                        "transformation-related protein 53",
                        "tumor protein 53",
                        "tumor protein p53",
                        "tumor supressor p53"
                    ]
                }
            ]
        }
    ]
}