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/species?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "results": [
        {
            "name": "Homo sapiens",
            "url": "https://unibind2018.uio.no/api/v1/datasets?species=Homo%20sapiens"
        }
    ]
}