Translation components API.

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

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

{
    "total": 481,
    "total_words": 2460,
    "total_chars": 14767,
    "last_change": "2024-02-07T21:21:02.542057Z",
    "recent_changes": 5,
    "translated": 384,
    "translated_words": 2108,
    "translated_percent": 79.8,
    "translated_words_percent": 85.6,
    "translated_chars": 12498,
    "translated_chars_percent": 84.6,
    "fuzzy": 60,
    "fuzzy_percent": 12.4,
    "fuzzy_words": 220,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 1414,
    "fuzzy_chars_percent": 9.5,
    "failing": 26,
    "failing_percent": 5.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": 102,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://l10n.elementary.io/projects/icon-browser/icon-browser/pt/",
    "translate_url": "https://l10n.elementary.io/translate/icon-browser/icon-browser/pt/"
}