API Reference
API Reference

Get Pronunciations Metadata

GET/api/v1/pronunciations/metadata

Authentication

Syllable-API-Keyrequired

Send Syllable-API-Key in the header.

Need a credential? Create or manage an API token in the Syllable Console.

Parameters

This endpoint has no declared parameters.

Responses

200Successful Response

application/json

response DictionaryMetadata required
3 fields
entriesintegerrequired
hashstringrequired
sourcestringoptional
Default
Response example
{
  "entries": 0,
  "hash": "string",
  "source": ""
}