Translation components API.

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

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

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2023-09-09T17:02:24.031193Z",
    "recent_changes": 1,
    "translated": 1052,
    "translated_words": 5493,
    "translated_percent": 81.0,
    "translated_words_percent": 72.6,
    "translated_chars": 34746,
    "translated_chars_percent": 73.6,
    "total_chars": 47207,
    "fuzzy": 219,
    "fuzzy_percent": 16.8,
    "failing": 162,
    "failing_percent": 12.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/messages/pt_BR/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/pt_BR/"
}