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
RequiredResponses
OK
application/json
JSON
[
{
"id": 0,
"name": "string",
"description": "string",
"languages": "string",
"images": [
"string"
],
"indigenousReservations": [
{
}
]
}
]