Translation components API.

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

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

{
    "total": 2433,
    "total_words": 9346,
    "total_chars": 57800,
    "last_change": "2024-05-03T11:44:01.208928Z",
    "recent_changes": 0,
    "translated": 2085,
    "translated_words": 7679,
    "translated_percent": 85.6,
    "translated_words_percent": 82.1,
    "translated_chars": 47523,
    "translated_chars_percent": 82.2,
    "fuzzy": 53,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 337,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 2198,
    "fuzzy_chars_percent": 3.8,
    "failing": 9,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://hosted.weblate.org/projects/freeplane/translation/fi/",
    "translate_url": "https://hosted.weblate.org/translate/freeplane/translation/fi/"
}