Translation components API.

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

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

{
    "total": 116,
    "total_words": 523,
    "last_change": "2023-03-12T21:29:32.863643Z",
    "recent_changes": 18,
    "translated": 107,
    "translated_words": 431,
    "translated_percent": 92.2,
    "translated_words_percent": 82.4,
    "translated_chars": 2874,
    "translated_chars_percent": 84.9,
    "total_chars": 3382,
    "fuzzy": 5,
    "fuzzy_percent": 4.3,
    "failing": 6,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/software-o-o/master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/software-o-o/master/pl/"
}