Translation components API.

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

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

{
    "total": 165,
    "total_words": 1012,
    "last_change": "2024-01-27T10:30:10.384398Z",
    "recent_changes": 3,
    "translated": 161,
    "translated_words": 963,
    "translated_percent": 97.5,
    "translated_words_percent": 95.1,
    "translated_chars": 6155,
    "translated_chars_percent": 94.7,
    "total_chars": 6493,
    "fuzzy": 1,
    "fuzzy_percent": 0.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/setup/fi/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/setup/fi/"
}