This is split into two sections, CDN and private API. CDN offers free, fast and public access to your translations. Second section describes private access which requires authorization and cannot be posted publicly.
GET Fetching from CDN
Fetching from CDN is available for everyone. It's fast and safe to share link to the public.
GET Get all translations
https://cdn.simplelocalize.io/:projectToken/_latest/_index
GET Get translations by language key
https://cdn.simplelocalize.io/:projectToken/_latest/:languageKey
GET Get languages
https://cdn.simplelocalize.io/:projectToken/_latest/lang
Fetching from private API
If you are using this endpoint, the authorization is required.
GET Query all translations
https://api.simplelocalize.io/api/v1/translations
Query parameter | Description |
---|---|
text |
query for translated text |
key |
filter by given translation key |
language |
filter by given language key |