IPA Dictionary API

This is a JSON-RPC API for the IPA Dictionary. You can use this API in your applications to programmatically get the IPA transcriptions of words.

Method ipaDictionary.query

Query the dictionary for a word or phrase. The query string is matched against the spelling of the entries.

The response contains an array of matching entries. Each entry contains the spelling and the IPA of the word or phrase. The response may contain multiple entries.

{
Query string
query: string,
Language code
lang: string
}
{
Matching entries
entries: {
Text (spelling)
text: string,
IPA transcription, with tokens separated by vertical bars
ipa: string
}[]
}
Try it

See also

Made by Anton Vasetenkov.

If you want to say hi, you can reach me on LinkedIn or via email. If you like my work, you can support me by buying me a coffee.