Skip to main content
GET
/
api
/
dictionaries
/
{dictionaryId}
/
entries
/
{key}
Get a dictionary entry by key
curl --request GET \
  --url http://localhost:3000/api/dictionaries/{dictionaryId}/entries/{key}

Path Parameters

dictionaryId
string
required

Dictionary UUID

key
string
required

Entry key (e.g., "greeting")

Response

Entry found