Translation components API.

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

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

{
    "total": 767,
    "total_words": 8597,
    "last_change": "2022-04-20T07:47:44.420858Z",
    "recent_changes": 20,
    "translated": 412,
    "translated_words": 4130,
    "translated_percent": 53.7,
    "translated_words_percent": 48.0,
    "translated_chars": 23788,
    "translated_chars_percent": 48.9,
    "total_chars": 48643,
    "fuzzy": 81,
    "fuzzy_percent": 10.5,
    "failing": 12,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sl",
    "name": "Slovenian",
    "url": "https://translate.pdfforge.org/projects/pdfcreator-online/frontend/sl/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator-online/frontend/sl/"
}