Translation components API.

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

GET /api/translations/packages-i18n/patterns-sle-15/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 166,
    "total_words": 1816,
    "last_change": "2024-03-05T00:56:56.735304Z",
    "recent_changes": 1,
    "translated": 166,
    "translated_words": 1816,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 12335,
    "translated_chars_percent": 100.0,
    "total_chars": 12335,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.6,
    "approved": 4,
    "approved_percent": 2.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/patterns-sle-15/fr/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/patterns-sle-15/fr/"
}