GET
/
examples
curl --request GET \
  --url https://igboapi.com/api/v2/examples \
  --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

Query Parameters

keyword
string
required

Keyword for querying words

page
integer

Current page of results, the default max number of words on a page is 10

range
string

A selected range of words to return, the max range is 25

style
string

Style for requested example sentences

Response

200
application/json
Words response

The response is of type object[].