get https://api.lokalise.com/api2/projects//translations
Retrieves a list of project translation items, ungrouped. This endpoint supports cursor pagination for better performance with large datasets. When using cursor pagination, the response will include a nextCursor
value in the response headers when more data is available. Continue making requests with the nextCursor
value until no nextCursor
is returned, indicating all data has been retrieved.
You may want to request Keys resource in order to get the structured key/translation pairs for all languages.
Requires read_translations
OAuth access scope.