Lexique

Export options

  • JSON for web and app bundles.
  • YAML for Symfony and other server-side i18n stacks.
  • CSV for review, audits, and handoff.
  • API pull for repeatable local development and CI jobs.

GitHub Actions example

curl -fsS \
  -H "Authorization: Bearer $LEXIQUE_PROJECT_TOKEN" \
  "https://lexique.app/api/projects/123/translations/pull?format=json&locale[]=en&locale[]=fr" \
  > lexique-translations.json

Access rules

Exports and API sync are available during an active 14-day trial and on Pro. After trial expiration, API and CLI routes return a stable `402 payment_required` JSON error for non-Pro accounts.