Translation components API.

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

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

{
    "total": 37,
    "total_words": 175,
    "last_change": "2024-03-02T21:05:41.015188Z",
    "recent_changes": 2,
    "translated": 35,
    "translated_words": 172,
    "translated_percent": 94.5,
    "translated_words_percent": 98.2,
    "translated_chars": 1239,
    "translated_chars_percent": 98.3,
    "total_chars": 1260,
    "fuzzy": 2,
    "fuzzy_percent": 5.4,
    "failing": 2,
    "failing_percent": 5.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 2.7,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.rikka.app/projects/wadb/application/pt_BR/",
    "translate_url": "https://weblate.rikka.app/translate/wadb/application/pt_BR/"
}