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=5&q=&species=10116&summary=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 41,
    "next": null,
    "previous": "https://unibind.uio.no/api/v1/datasets/?collection=Robust&format=api&page=4&q=&species=10116&summary=true",
    "results": [
        {
            "folder": "EXP033255.H4-II-E_hepatocellular_carcinoma.TCF7L2",
            "tf_name": "TCF7L2",
            "samples": [
                {
                    "cell": {
                        "title": "H4-II-E (hepatocellular carcinoma)"
                    },
                    "biological_condition": ""
                }
            ],
            "references": [
                {
                    "identifier": "PUBMED:21901280"
                },
                {
                    "identifier": "GEO:GSM712669"
                },
                {
                    "identifier": "GEO:GSE28782"
                },
                {
                    "identifier": "GTRD:EXP033255"
                }
            ],
            "species": {
                "name": "Rattus norvegicus"
            },
            "datasets": [
                {
                    "jaspar_id": "MA0523.1",
                    "bed_filename": "macs/DAMO/EXP033255.H4-II-E_hepatocellular_carcinoma.TCF7L2/EXP033255.H4-II-E_hepatocellular_carcinoma.TCF7L2.MA0523.1.damo.bed",
                    "fasta_filename": "macs/DAMO/EXP033255.H4-II-E_hepatocellular_carcinoma.TCF7L2/EXP033255.H4-II-E_hepatocellular_carcinoma.TCF7L2.MA0523.1.damo.fa",
                    "profile_name": "TCF7L2",
                    "synonyms": [
                        "HMG box transcription factor 4",
                        "T-cell factor 4",
                        "T-cell-specific transcription factor 4",
                        "TCF-4",
                        "TCF4",
                        "hTCF-4",
                        "transcription factor 7 like 2",
                        "transcription factor 7-like 2",
                        "transcription factor 7-like 2 (T-cell specific, HMG-box)"
                    ]
                }
            ]
        }
    ]
}