Translation components API.

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

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

{
    "total": 321,
    "total_words": 1434,
    "total_chars": 8886,
    "last_change": "2022-05-07T10:03:29.023969Z",
    "recent_changes": 4,
    "translated": 235,
    "translated_words": 749,
    "translated_percent": 73.2,
    "translated_words_percent": 52.2,
    "translated_chars": 4533,
    "translated_chars_percent": 51.0,
    "fuzzy": 9,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 213,
    "fuzzy_chars_percent": 2.3,
    "failing": 21,
    "failing_percent": 6.5,
    "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/feedreader/translations/fi/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/fi/"
}