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/specific/?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/specific/?collection=Robust&format=api&page=9&q=&species=6239&summary=true",
    "results": [
        {
            "folder": {
                "folder": "EXP047187.Whole_wormsdevelomental_stage_day_4_young_adult.UNC-62",
                "tf_name": "UNC-62",
                "samples": [
                    {
                        "cell": {
                            "title": "Whole worms(develomental stage: day 4 young adult)"
                        },
                        "biological_condition": "Genotype: unc119(ed3);wgIs600(unc-62::TY1 EGFP FLAG;unc119); Sex: hermophrodite;"
                    }
                ],
                "references": [
                    {
                        "identifier": "GEO:GSE38436"
                    },
                    {
                        "identifier": "GEO:GSM942048"
                    },
                    {
                        "identifier": "GTRD:EXP047187"
                    }
                ],
                "species": {
                    "name": "Caenorhabditis elegans"
                }
            },
            "jaspar_id": "MA0918.1",
            "bed_filename": "macs/DAMO/EXP047187.Whole_wormsdevelomental_stage_day_4_young_adult.UNC-62/EXP047187.Whole_wormsdevelomental_stage_day_4_young_adult.UNC-62.MA0918.1.damo.bed",
            "fasta_filename": "macs/DAMO/EXP047187.Whole_wormsdevelomental_stage_day_4_young_adult.UNC-62/EXP047187.Whole_wormsdevelomental_stage_day_4_young_adult.UNC-62.MA0918.1.damo.fa",
            "profile_name": "unc-62",
            "synonyms": null
        }
    ]
}