JACQ Webservices

scinames autocomplete classification stable Identifier iiif objects

JACQ scinames Webservice

GET uuid/{taxonID}

summary Get uuid, uuid-url and scientific name of a given taxonID
API-description OpenAPI JSON
Response {
 "uuid":           Universally Unique Identifier

 "url":            url for uuid request resolver

 "taxonID":        ID of scientific name

 "scientificName": scientific name

 "taxonName":      scientific name without hybrids

}
Example https://services.jacq.org/jacq-services/rest/JACQscinames/uuid/249254
look for uuid and scientific name of taxon-ID 249254

GET name/{taxonID}

summary Get scientific name, uuid and uuid-url of a given taxonID
API-description OpenAPI JSON
Response {
 "uuid":           Universally Unique Identifier

 "url":            url for uuid request resolver

 "taxonID":        ID of scientific name

 "scientificName": scientific name

 "taxonName":      scientific name without hybrids

}
Example https://services.jacq.org/jacq-services/rest/JACQscinames/name/249254
look for scientific name and uuid of taxon-ID 249254
summary do a fulltext search for scientific names and taxon names and also get their taxonIDs; all parts of the search term are mandatory for the search
API-description OpenAPI JSON
Response [
 {

  "taxonID":        ID of scientific name

  "scientificName": scientific name

  "taxonName":      scientific name without hybrids

 },…

]
Example https://services.jacq.org/jacq-services/rest/JACQscinames/search/prunus aviu* martens
look for all scientific names which have "prunus" and "martens" in it and something beginning with "aviu"

GET resolve/{uuid}

summary Get scientific name, uuid-url and taxon-ID of a given uuid
API-description OpenAPI JSON
Response {
 "uuid":           Universally Unique Identifier

 "url":            url for uuid request resolver

 "taxonID":        ID of scientific name

 "scientificName": scientific name

 "taxonName":      scientific name without hybrids

}
Example https://services.jacq.org/jacq-services/rest/JACQscinames/resolve/86d5ecb1-c631-11e4-89a5-005056a41758
look for taxon-ID and scientific name of uuid 86d5ecb1-c631-11e4-89a5-005056a41758