Translation components API.

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

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

{
    "total": 739,
    "total_words": 3683,
    "total_chars": 22820,
    "last_change": "2024-05-03T20:20:07.800683Z",
    "recent_changes": 0,
    "translated": 206,
    "translated_words": 374,
    "translated_percent": 27.8,
    "translated_words_percent": 10.1,
    "translated_chars": 2430,
    "translated_chars_percent": 10.6,
    "fuzzy": 5,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 89,
    "fuzzy_chars_percent": 0.3,
    "failing": 5,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 25,
    "readonly_chars_percent": 0.1,
    "suggestions": 12,
    "comments": 0,
    "code": "hy",
    "name": "Armenian",
    "url": "https://hosted.weblate.org/projects/newpipe/strings/hy/",
    "translate_url": "https://hosted.weblate.org/translate/newpipe/strings/hy/"
}