Translation components API.

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

GET /api/translations/fedora-docs-l10n-docs/masterpagesindex/el/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 48,
    "total_words": 332,
    "total_chars": 2357,
    "last_change": "2024-02-03T22:20:19.624252Z",
    "recent_changes": 1,
    "translated": 10,
    "translated_words": 31,
    "translated_percent": 20.8,
    "translated_words_percent": 9.3,
    "translated_chars": 243,
    "translated_chars_percent": 10.3,
    "fuzzy": 7,
    "fuzzy_percent": 14.5,
    "fuzzy_words": 25,
    "fuzzy_words_percent": 7.5,
    "fuzzy_chars": 221,
    "fuzzy_chars_percent": 9.3,
    "failing": 1,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 4.1,
    "readonly_words": 7,
    "readonly_words_percent": 2.1,
    "readonly_chars": 57,
    "readonly_chars_percent": 2.4,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-docs/masterpagesindex/el/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-docs/masterpagesindex/el/"
}