v1
latestOpenAPI 3.0.32026-07-248519153.1 KBTranslations
List quiz translations (sibling rows)
Return every translation of a quiz — each translation is a separate Quiz row linked to the source by source_quiz and tagged with a language. Includes the source quiz for convenience.
get/quizzes/{quizId}/translations
Path parameters
quizIdinteger required
Query parameters
with_deleted0 | 1
Include soft-deleted translations.
Response
Translations returned
Example response
{
"success": 1,
"count": 5,
"source": {
"id": 24812,
"project_id": 17181,
"name": "Welcome to Cleanly (ES)",
"slug": "welcome-to-cleanly-es",
"language": "es",
"language_label": "Spanish (ES)",
"crowdin_language": "es-ES"
},
"translations": [
{
"id": 24812,
"project_id": 17181,
"name": "Welcome to Cleanly (ES)",
"slug": "welcome-to-cleanly-es",
"language": "es",
"language_label": "Spanish (ES)",
"crowdin_language": "es-ES"
}
]
}