Documentation
Other
Miscellaneous routes
Routes list
/v2/_status
- API health status
/v2/languages
- Returns the list of supported languages (influences common names in identification results)
See OpenAPI doc for details.
cURL examples
GET /v2/_status
curl 'https://my-api.plantnet.org/v2/_status?api-key=YOUR_API_KEY'
{
"status": "ok"
}
GET /v2/languages
curl 'https://my-api.plantnet.org/v2/languages?api-key=YOUR_API_KEY'
[
"en",
"fr",
"es",
"pt",
"de",
"it",
"ar",
"cs",
(…)
]