Translation components API.

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

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

{
    "total": 317,
    "total_words": 1375,
    "total_chars": 8489,
    "last_change": "2022-09-07T11:23:20.571585Z",
    "recent_changes": 4,
    "translated": 224,
    "translated_words": 749,
    "translated_percent": 70.6,
    "translated_words_percent": 54.4,
    "translated_chars": 4538,
    "translated_chars_percent": 53.4,
    "fuzzy": 12,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 87,
    "fuzzy_words_percent": 6.3,
    "fuzzy_chars": 578,
    "fuzzy_chars_percent": 6.8,
    "failing": 12,
    "failing_percent": 3.7,
    "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": "lt",
    "name": "Lithuanian",
    "url": "https://hosted.weblate.org/projects/feedreader/translations/lt/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/lt/"
}