Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/installer/onboarding-extra/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 14,
    "total_words": 78,
    "total_chars": 475,
    "last_change": "2023-04-24T21:35:42.372632Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 34,
    "translated_percent": 57.1,
    "translated_words_percent": 43.5,
    "translated_chars": 210,
    "translated_chars_percent": 44.2,
    "fuzzy": 1,
    "fuzzy_percent": 7.1,
    "failing": 1,
    "failing_percent": 7.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://l10n.elementary.io/projects/installer/onboarding-extra/pt/",
    "translate_url": "https://l10n.elementary.io/translate/installer/onboarding-extra/pt/"
}