Translation components API.

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

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

{
    "total": 767,
    "total_words": 8597,
    "last_change": "2023-12-14T06:46:33.978238Z",
    "recent_changes": 5,
    "translated": 672,
    "translated_words": 5137,
    "translated_percent": 87.6,
    "translated_words_percent": 59.7,
    "translated_chars": 28840,
    "translated_chars_percent": 59.2,
    "total_chars": 48643,
    "fuzzy": 18,
    "fuzzy_percent": 2.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ka",
    "name": "Georgian",
    "url": "https://translate.pdfforge.org/projects/pdfcreator-online/frontend/ka/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator-online/frontend/ka/"
}