Projects
Fetch text by project id
Returns the contents of the Ditto project referred to by :id. You can find the id of a Ditto project from its URL: https://app.dittowords.com/doc/:id. Only projects with Developer Mode enabled can be fetched.
GET
/
projects
/
{id}
Authorizations
Authorization
string
headerrequiredPath Parameters
id
string
requiredQuery Parameters
variant
string
The API ID of the variant. If specified, will filter for text items or components that have the variant, and will return the attributes (e.g. text, status) of that text item's or component's variant.
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
{key}
string