Skip to content

Search invasive species by keyword

GET
/api/v1/InvasiveSpecie/search/{keyword}

This endpoint returns a list of invasive species any of the following fields(Name, CommonName, Manage) match the provided keyword

Parameters

Path Parameters

keyword*
Typestring
Required

Responses

OK

application/json
JSON
[
{
"id": 0,
"name": "string",
"scientificName": "string",
"commonNames": "string",
"impact": "string",
"manage": "string",
"riskLevel": 0,
"urlImage": "string"
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License