Skip to main content
GET
/
projects
/
{id}
Fetch text by project id
curl --request GET \
  --url https://api.dittowords.com/v1/projects/{id} \
  --header 'Authorization: <api-key>'
{
  "login-web-header-login": "Log In",
  "login-web-formbody-emailaddress": "Email address",
  "login-web-formbody-namecompanycom": "name@company.com",
  "login-web-formbody-password": "Password",
  "login-web-formbody-forgotpassword": "Forgot Password?",
  "login-web-footer-login": "Log In",
  "login-web-footer-donthaveanaccount": "Don’t have an account?",
  "login-web-footer-signup": "Sign Up",
  "login-mobile-header-login": "Log In",
  "login-mobile-formbody-emailaddress": "Email address",
  "login-mobile-formbody-namecompanycom": "name@company.com",
  "login-mobile-formbody-password": "Password",
  "login-mobile-formbody-forgotpassword": "Forgot Password?",
  "login-mobile-footer-login": "Log In",
  "login-mobile-footer-donthaveanaccount": "Don’t have an account?",
  "login-mobile-footer-signup": "Sign Up"
}

Documentation Index

Fetch the complete documentation index at: https://developer.dittowords.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Query 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.

Example:

"french"

format
enum<string>
Available options:
flat,
structured,
nested,
icu,
android,
ios-strings,
ios-stringsdict
Example:

"structured"

status
enum<string>
Available options:
NONE,
WIP,
REVIEW,
FINAL
Example:

"FINAL"

includeRichText
boolean
exclude_components
boolean
includeTimeData
boolean

Response

200 - application/json

Returns contents of a project in the flat format

{key}
string