Skip to main content
GET
/
projects
/
{project_id}
/
jobs
/
{id}
cURL
curl "https://api.phrase.com/v2/projects/:project_id/jobs/:id?branch=my-feature-branch" \
  -u USERNAME_OR_ACCESS_TOKEN
{
  "id": "626ea67628690c73ac86ac81eec2d185",
  "name": "Translations for new Feature",
  "briefing": "Some instructions for the translators",
  "due_date": "2017-02-28T09:52:53Z",
  "state": "completed",
  "ticket_url": "https://example.atlassian.net/browse/FOO",
  "created_at": "2017-01-28T09:52:53Z",
  "updated_at": "2017-01-28T09:52:53Z",
  "project": {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "name": "My Android Project",
    "main_format": "xml",
    "created_at": "2015-01-28T09:52:53Z",
    "updated_at": "2015-01-28T09:52:53Z"
  },
  "owner": {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "username": "joe.doe",
    "name": "Joe Doe"
  },
  "job_tag_name": "Job_123",
  "source_translations_updated_at": "2020-01-01T00:00:00Z",
  "source_locale": {
    "id": "abcd1234cdef1234abcd1234cdef1235",
    "name": "de-DE",
    "code": "de-DE"
  },
  "locales": [
    {
      "id": "abcd1234cdef1234abcd1234cdef1234",
      "name": "English",
      "code": "en-GB"
    }
  ],
  "keys": [
    {
      "id": "dbcd1234cdef1234abcd1234cdef1234",
      "name": "greeting.hello"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

id
string
required

ID

Query Parameters

branch
string

Branch to use

include_annotations
boolean
default:false

Include job-locale annotations in the response

omit_translation_keys
boolean
default:false

Omit translation keys in the response to reduce payload size for bigger jobs

Response

OK

id
string
name
string
briefing
string
due_date
string<date-time> | null
state
string
ticket_url
string
project
project_short · object
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "My Android Project",
"main_format": "xml",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}
branch
branch_name · object
Example:
{ "name": "new-branch" }
created_at
string<date-time>
updated_at
string<date-time>
owner
user_preview · object
Example:

null

job_tag_name
string
source_translations_updated_at
string<date-time>
source_locale
locale_preview · object
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "English",
"code": "en-GB"
}
locales
locale_preview · object[]
keys
key_preview · object[]
annotations
job_annotation · object[]