Read and write projects and phrases over HTTP
Everything the dashboard does to projects and phrases is available over HTTPS. Create an API key, give it only the scopes it needs — projects:read, projects:write, phrases:read, phrases:write — and call the endpoints from your build, your CMS or your own tooling. Every operation is documented on the API reference page, which is generated from the API itself.
A key carries an explicit list of scopes, so a build key can read without being able to write.
Usage is counted per key, so one integration cannot exhaust another one.
The endpoint reference is built from the API source, so it cannot describe an endpoint that does not exist.