Resources
Endpoint
Description
GET
/api/v1/projects/[Project API ID]
The interface enables project data to be retrieved. This request can be used to load information about a project - such as API ID, name or supported file format.
More information
More information
Endpoint
Description
GET
/api/v1/projects/[Project API ID]/locales
The interface makes it possible to retrieve all stored languages in a project. The API ID, name, code and country are returned for each language.
More information
More information
Endpoint
Description
POST
/api/v1/projects/[Project API ID]/events
The interface allows you to create an event in a project. This is required to import translation files.
More information
More information
The source file represents a file that serves as the basis for translations or localizations. It contains keys and translations that are necessary for the management and processing of language resources within a project.
Endpoint
Description
GET
/api/v1/projects/[Project API ID]/source_files
The interface enables all source files in a project to be retrieved. The API ID, name and number of keys are returned for each source file.
More information
More information
GET
/api/v1/projects/[Project API ID]/source_files
/[Source file API ID]
/[Source file API ID]
The interface makes it possible to retrieve a source file in a project for a stored language. This request can be used to load information about a source file - such as API ID, name and the keys and translations contained in the file.
More information
More information
POST
/api/v1/projects/[Project API ID]/source_files
The interface enables a source file to be uploaded to a project. The content of the file is imported into localeUI and the translations it contains are imported into the stored languages.
More information
More information