Docs

Developer documentation

Everything you need to integrate i18nme into your app — from authentication to advanced caching strategies.

Quick start

bash
# 1. Get your API key from the portal
curl https://sapi.i18nme.com/v1/manifest \
  -H "X-API-Key: key_live_XXXX"

# 2. Fetch all translations for a locale
curl https://sapi.i18nme.com/v1/translations/de \
  -H "X-API-Key: key_live_XXXX"

# 3. Fetch a single key
curl https://sapi.i18nme.com/v1/translations/de/common/welcome \
  -H "X-API-Key: key_live_XXXX"

Resources

Need help?

Can't find what you're looking for? Reach out and we'll help you get set up.

Contact support →