Integrations/REST API
icon-code

REST API

Read and write projects and phrases over HTTP

Get started free

Overview

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.

Features

  • icon-arrow-right-filled

    Scoped API keys

    A key carries an explicit list of scopes, so a build key can read without being able to write.

  • icon-arrow-right-filled

    Rate limited per key

    Usage is counted per key, so one integration cannot exhaust another one.

  • icon-arrow-right-filled

    Generated reference

    The endpoint reference is built from the API source, so it cannot describe an endpoint that does not exist.