Translation components API.

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

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

{
    "total": 72,
    "total_words": 1026,
    "total_chars": 7001,
    "last_change": "2023-06-13T22:25:46.511629Z",
    "recent_changes": 4,
    "translated": 52,
    "translated_words": 710,
    "translated_percent": 72.2,
    "translated_words_percent": 69.2,
    "translated_chars": 4678,
    "translated_chars_percent": 66.8,
    "fuzzy": 13,
    "fuzzy_percent": 18.0,
    "fuzzy_words": 181,
    "fuzzy_words_percent": 17.6,
    "fuzzy_chars": 1408,
    "fuzzy_chars_percent": 20.1,
    "failing": 2,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-join/masterpagesindex/it/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-join/masterpagesindex/it/"
}