Translation components API.

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

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

{
    "total": 47,
    "total_words": 168,
    "total_chars": 1170,
    "last_change": "2022-01-17T11:01:51.563917Z",
    "recent_changes": 0,
    "translated": 26,
    "translated_words": 90,
    "translated_percent": 55.3,
    "translated_words_percent": 53.5,
    "translated_chars": 621,
    "translated_chars_percent": 53.0,
    "fuzzy": 14,
    "fuzzy_percent": 29.7,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 30.9,
    "fuzzy_chars": 394,
    "fuzzy_chars_percent": 33.6,
    "failing": 1,
    "failing_percent": 2.1,
    "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": 1,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://hosted.weblate.org/projects/easyssh/extra/da/",
    "translate_url": "https://hosted.weblate.org/translate/easyssh/extra/da/"
}