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

{
    "count": 91,
    "next": null,
    "previous": "https://unibind.uio.no/api/v1/datasets/?collection=Robust&format=api&page=9&q=&species=6239&summary=true",
    "results": [
        {
            "folder": "ENCSR502LXA.Whole_worms_mixed-stage_embryos.ZIP-8",
            "tf_name": "ZIP-8",
            "samples": [
                {
                    "cell": {
                        "title": "Whole worms (mixed-stage embryos)"
                    },
                    "biological_condition": "strain: OP327, genotype: unc-119(ed3) III; wgIs327., sex:mixed"
                }
            ],
            "references": [
                {
                    "identifier": "ENCODE:ENCSR502LXA"
                },
                {
                    "identifier": "GTRD:EXP043824"
                }
            ],
            "species": {
                "name": "Caenorhabditis elegans"
            },
            "datasets": [
                {
                    "jaspar_id": "MA1704.1",
                    "bed_filename": "macs/DAMO/ENCSR502LXA.Whole_worms_mixed-stage_embryos.ZIP-8/ENCSR502LXA.Whole_worms_mixed-stage_embryos.ZIP-8.MA1704.1.damo.bed",
                    "fasta_filename": "macs/DAMO/ENCSR502LXA.Whole_worms_mixed-stage_embryos.ZIP-8/ENCSR502LXA.Whole_worms_mixed-stage_embryos.ZIP-8.MA1704.1.damo.fa",
                    "profile_name": "zip-8",
                    "synonyms": [
                        "CELE_F23F12.9",
                        "bZIP transcription factor 8"
                    ]
                }
            ]
        }
    ]
}