Translation components API.

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

GET /api/translations/zjes/lxqt-appswitcher/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2,
    "total_words": 5,
    "last_change": "2021-03-09T18:55:46.665803Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 5,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 46,
    "translated_chars_percent": 100.0,
    "total_chars": 46,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.lxqt-project.org/projects/zjes/lxqt-appswitcher/pt_BR/",
    "translate_url": "https://translate.lxqt-project.org/translate/zjes/lxqt-appswitcher/pt_BR/"
}