Skip to content

Native community information by name

GET
/api/v1/NativeCommunity/name/{name}

This endpoint returns the information for the native community with the provided name

Parameters

Path Parameters

name*
Typestring
Required

Responses

OK

application/json
JSON
[
{
"id": 0,
"name": "string",
"description": "string",
"languages": "string",
"images": [
"string"
],
"indigenousReservations": [
{
}
]
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License