Translation components API.

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

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

{
    "total": 13,
    "total_words": 21,
    "last_change": "2023-12-21T18:26:10.907484Z",
    "recent_changes": 1,
    "translated": 10,
    "translated_words": 12,
    "translated_percent": 76.9,
    "translated_words_percent": 57.1,
    "translated_chars": 85,
    "translated_chars_percent": 62.0,
    "total_chars": 137,
    "fuzzy": 1,
    "fuzzy_percent": 7.6,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ka",
    "name": "Georgian",
    "url": "https://translate.lxqt-project.org/projects/labwc/labwc/ka/",
    "translate_url": "https://translate.lxqt-project.org/translate/labwc/labwc/ka/"
}