API v2 Documentation
Connect your software to the POEditor localization platform using this simple REST API
API Response Codes
200
Everything went smoothly.
401
Every API request requires an API token.
4011
There is no account associated with the API token used for this request.
4012
Please use a POST request (only POST requests accepted).
403
The resource you are trying to access is restricted for this account. (wrong project ID)
4030
The endpoint requires a token with writing permissions.
4031
API Token is valid but the account doesnt't have API access.
4032
The account reached the maximum number of strings.
4033
There's an import in progress.
4034
The project has been archived and cannot be accessed unless restored.
404
The method used is not supported.
4040
You will receive a custom message with more details
4042
Parameter -data- must be a JSON object
4043
This language is not in the list of available languages.
4044
The language code does not correspond to any of the languages in this project.
4045
Parameter -language- is missing or empty.
4046
The file could not be parsed.
4047
Wrong export file format chosen.
4048
File uploads are limited according to plan. Find out more.
4049
The parameter –updating- could not be found in the request.
4050
The language you are trying to add already exists in the project.
4051
The download link (export file) could not be found on server.
4052
Download URLs expire after 10 minutes.
4053
The URL is valid but the project/language has been deleted.
429
Too many pending requests in your queue (over 200).