Translation components API.

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

GET /api/translations/appcenter/appcenter/eo/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": "2024-02-11T12:33:31.504822Z",
    "recent_changes": 1,
    "translated": 157,
    "translated_words": 586,
    "translated_percent": 58.3,
    "translated_words_percent": 48.4,
    "translated_chars": 3828,
    "translated_chars_percent": 49.5,
    "fuzzy": 36,
    "fuzzy_percent": 13.3,
    "fuzzy_words": 171,
    "fuzzy_words_percent": 14.1,
    "fuzzy_chars": 1046,
    "fuzzy_chars_percent": 13.5,
    "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": 8,
    "comments": 0,
    "code": "eo",
    "name": "Esperanto",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/eo/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/eo/"
}