GET
/
examples
/
{id}
curl --request GET \
  --url https://igboapi.com/api/v2/examples/{id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "igbo": "<string>",
  "english": "<string>",
  "pronunciation": "<string>",
  "meaning": "<string>",
  "style": {},
  "associatedWords": [
    "<string>"
  ],
  "nsibidi": "<string>"
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json
Example response

The response is of type object.