Translation components API.

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

GET /api/translations/get-o-o/main/gl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 250,
    "total_words": 2768,
    "total_chars": 18877,
    "last_change": "2024-04-12T16:38:01.039032Z",
    "recent_changes": 1,
    "translated": 113,
    "translated_words": 580,
    "translated_percent": 45.2,
    "translated_words_percent": 20.9,
    "translated_chars": 3989,
    "translated_chars_percent": 21.1,
    "fuzzy": 6,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 28,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 164,
    "fuzzy_chars_percent": 0.8,
    "failing": 0,
    "failing_percent": 0.0,
    "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": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/get-o-o/main/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/get-o-o/main/gl/"
}