Translation components API.

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

GET /api/translations/appcenter/appcenter/lb/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-05-03T19:14:40.271376Z",
    "recent_changes": 0,
    "translated": 11,
    "translated_words": 13,
    "translated_percent": 4.0,
    "translated_words_percent": 1.0,
    "translated_chars": 95,
    "translated_chars_percent": 1.2,
    "fuzzy": 24,
    "fuzzy_percent": 8.9,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 342,
    "fuzzy_chars_percent": 4.4,
    "failing": 10,
    "failing_percent": 3.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": 5,
    "comments": 0,
    "code": "lb",
    "name": "Luxembourgish",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/lb/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/lb/"
}