The API is in preview. The specification is at version
0.1.0: endpoints, parameters and
response shapes may still change. Let us know what you are building with it through the
contact form.Base URL
https://api.gitlocalize.comAuthentication
Every endpoint requires an API key. Create one under API keys in your GitLocalize settings, then send it as a bearer token in theAuthorization header:
Pagination
List repositories is cursor-paginated by repository id. Passlimit to set the page size (up to 1000), and after to continue from where the previous
page ended — set it to the id of the last repository you received. Results are ordered by id.
Repository ids are 64-bit integers, so they may be returned as strings. Use a 64-bit safe type in
languages where the default number type can’t hold them — JavaScript included.

