Translation components API.

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

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

{
    "total": 145,
    "total_words": 832,
    "last_change": "2023-10-07T18:43:14.021622Z",
    "recent_changes": 16,
    "translated": 116,
    "translated_words": 614,
    "translated_percent": 80.0,
    "translated_words_percent": 73.7,
    "translated_chars": 3838,
    "translated_chars_percent": 73.7,
    "total_chars": 5206,
    "fuzzy": 1,
    "fuzzy_percent": 0.6,
    "failing": 2,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 2.0,
    "suggestions": 2,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://weblate.rikka.app/projects/takostats/application/vi/",
    "translate_url": "https://weblate.rikka.app/translate/takostats/application/vi/"
}