Translation components API.

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

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

{
    "total": 226,
    "total_words": 2244,
    "total_chars": 13488,
    "last_change": "2023-08-24T03:05:38.060870Z",
    "recent_changes": 4,
    "translated": 93,
    "translated_words": 565,
    "translated_percent": 41.1,
    "translated_words_percent": 25.1,
    "translated_chars": 3399,
    "translated_chars_percent": 25.2,
    "fuzzy": 124,
    "fuzzy_percent": 54.8,
    "fuzzy_words": 1655,
    "fuzzy_words_percent": 73.7,
    "fuzzy_chars": 9891,
    "fuzzy_chars_percent": 73.3,
    "failing": 20,
    "failing_percent": 8.8,
    "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/change-request-application-ui/fr/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/change-request-application-ui/fr/"
}