Translation components API.

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

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

{
    "total": 338,
    "total_words": 2654,
    "last_change": "2022-04-02T17:05:55.297320Z",
    "recent_changes": 82,
    "translated": 257,
    "translated_words": 1737,
    "translated_percent": 76.0,
    "translated_words_percent": 65.4,
    "translated_chars": 10719,
    "translated_chars_percent": 65.0,
    "total_chars": 16476,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.rikka.app/projects/app-ops/app/pt_BR/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/app/pt_BR/"
}