Transifex · Example Payload

Create Project

LocalizationTranslationi18nl10nLanguageContent ManagementWorkflow Automation

Create Project is an example object payload from Transifex, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "type": "projects",
    "attributes": {
      "name": "My App Localization",
      "slug": "my-app-localization",
      "description": "Localization project for My App",
      "private": false,
      "tags": [
        "mobile",
        "production"
      ],
      "translation_memory_fillup": true,
      "machine_translation_fillup": false
    },
    "relationships": {
      "organization": {
        "data": {
          "type": "organizations",
          "id": "o:mycompany"
        }
      },
      "source_language": {
        "data": {
          "type": "languages",
          "id": "l:en"
        }
      }
    }
  }
}