Translation components API.

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

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

{
    "total": 99,
    "total_words": 1881,
    "total_chars": 14693,
    "last_change": "2024-04-24T22:26:45.391931Z",
    "recent_changes": 0,
    "translated": 51,
    "translated_words": 974,
    "translated_percent": 51.5,
    "translated_words_percent": 51.7,
    "translated_chars": 7071,
    "translated_chars_percent": 48.1,
    "fuzzy": 22,
    "fuzzy_percent": 22.2,
    "fuzzy_words": 415,
    "fuzzy_words_percent": 22.0,
    "fuzzy_chars": 3610,
    "fuzzy_chars_percent": 24.5,
    "failing": 9,
    "failing_percent": 9.0,
    "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": 11,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-coreos/masterpagesfaq/fr/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesfaq/fr/"
}