Translation components API.

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

GET /api/translations/xwiki-contrib/feedback-form-application/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 52,
    "total_words": 338,
    "total_chars": 1915,
    "last_change": "2023-05-05T06:54:24.169617Z",
    "recent_changes": 45,
    "translated": 51,
    "translated_words": 322,
    "translated_percent": 98.0,
    "translated_words_percent": 95.2,
    "translated_chars": 1838,
    "translated_chars_percent": 95.9,
    "fuzzy": 1,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 77,
    "fuzzy_chars_percent": 4.0,
    "failing": 1,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://l10n.xwiki.org/projects/xwiki-contrib/feedback-form-application/fr/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/feedback-form-application/fr/"
}