GET
/
projects
/
{id}
Fetch text by project id
curl --request GET \
  --url https://api.dittowords.com/v1/projects/{id} \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Query Parameters

variant
string
format
enum<string>
Available options:
flat,
structured,
nested,
icu,
android,
ios-strings,
ios-strings-dict
status
enum<string>
Available options:
NONE,
WIP,
REVIEW,
FINAL
includeRichText
boolean
exclude_components
boolean

Response

200 - application/json

Returns contents of a project

The response is of type string.