Translation components API.

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

GET /api/translations/appcenter/appcenter/fr_CA/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 269,
    "total_words": 1209,
    "total_chars": 7722,
    "last_change": "2023-02-14T12:05:20.778419Z",
    "recent_changes": 1,
    "translated": 33,
    "translated_words": 73,
    "translated_percent": 12.2,
    "translated_words_percent": 6.0,
    "translated_chars": 595,
    "translated_chars_percent": 7.7,
    "fuzzy": 32,
    "fuzzy_percent": 11.8,
    "fuzzy_words": 79,
    "fuzzy_words_percent": 6.5,
    "fuzzy_chars": 510,
    "fuzzy_chars_percent": 6.6,
    "failing": 12,
    "failing_percent": 4.4,
    "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": 3,
    "comments": 0,
    "code": "fr_CA",
    "name": "French (Canada)",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/fr_CA/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/fr_CA/"
}