Translation components API.

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

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

{
    "total": 300,
    "total_words": 1293,
    "total_chars": 7954,
    "last_change": "2024-01-04T06:01:17.142033Z",
    "recent_changes": 2,
    "translated": 264,
    "translated_words": 1119,
    "translated_percent": 88.0,
    "translated_words_percent": 86.5,
    "translated_chars": 6883,
    "translated_chars_percent": 86.5,
    "fuzzy": 3,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 196,
    "fuzzy_chars_percent": 2.4,
    "failing": 2,
    "failing_percent": 0.6,
    "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": "pt",
    "name": "Portuguese",
    "url": "https://hosted.weblate.org/projects/lunasea/settings/pt/",
    "translate_url": "https://hosted.weblate.org/translate/lunasea/settings/pt/"
}