Translation components API.

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

GET /api/translations/fedora-docs-l10n-docs/masterpagesindex/it/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:20.922751Z",
    "recent_changes": 1,
    "translated": 28,
    "translated_words": 154,
    "translated_percent": 58.3,
    "translated_words_percent": 46.3,
    "translated_chars": 1082,
    "translated_chars_percent": 45.9,
    "fuzzy": 7,
    "fuzzy_percent": 14.5,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 12.0,
    "fuzzy_chars": 335,
    "fuzzy_chars_percent": 14.2,
    "failing": 0,
    "failing_percent": 0.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": "it",
    "name": "Italian",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-docs/masterpagesindex/it/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-docs/masterpagesindex/it/"
}