Transifex · Example Payload

Upload Source Strings

LocalizationTranslationi18nl10nLanguageContent ManagementWorkflow Automation

Upload Source Strings 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": "resource_strings_async_uploads",
    "attributes": {
      "content": "msgid \"\"\nmsgstr \"\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\nmsgid \"Hello, World!\"\nmsgstr \"\"\n",
      "content_encoding": "text"
    },
    "relationships": {
      "resource": {
        "data": {
          "type": "resources",
          "id": "o:mycompany:p:my-app:r:messages"
        }
      }
    }
  }
}