Skip to content

Native communities information by Id

GET
/api/v1/NativeCommunity/{id}

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

Parameters

Path Parameters

id*
Typeinteger
Required
Format"int32"

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