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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "folder": "ENCSR000BLV.HepG2_hepatoblastoma.SRF",
            "tf_name": "SRF",
            "samples": [
                {
                    "cell": {
                        "title": "HepG2 (hepatoblastoma)"
                    },
                    "biological_condition": ""
                }
            ],
            "references": [
                {
                    "identifier": "ENCODE:ENCSR000BLV"
                },
                {
                    "identifier": "GTRD:EXP010162"
                }
            ],
            "species": {
                "name": "Homo sapiens"
            },
            "datasets": [
                {
                    "jaspar_id": "MA0083.3",
                    "bed_filename": "macs/DAMO/ENCSR000BLV.HepG2_hepatoblastoma.SRF/ENCSR000BLV.HepG2_hepatoblastoma.SRF.MA0083.3.damo.bed",
                    "fasta_filename": "macs/DAMO/ENCSR000BLV.HepG2_hepatoblastoma.SRF/ENCSR000BLV.HepG2_hepatoblastoma.SRF.MA0083.3.damo.fa",
                    "profile_name": "SRF",
                    "synonyms": [
                        "MCM1",
                        "c-fos serum response element-binding transcription factor",
                        "minichromosome maintenance 1 homolog",
                        "serum response factor"
                    ]
                }
            ]
        }
    ]
}