cURL
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>" }
Returns one requested example from the database
Example response
The response is of type object.
object