Translation components API.

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

GET /api/translations/lxqt-configuration/lxqt-config-monitor/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 60,
    "total_words": 177,
    "last_change": "2024-09-30T10:02:20.587783Z",
    "recent_changes": 2,
    "translated": 58,
    "translated_words": 166,
    "translated_percent": 96.6,
    "translated_words_percent": 93.7,
    "translated_chars": 1106,
    "translated_chars_percent": 93.2,
    "total_chars": 1186,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-monitor/fr/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-monitor/fr/"
}