Translation components API.

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

GET /api/translations/switchboard/about-plug-extra/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 25,
    "total_words": 140,
    "total_chars": 911,
    "last_change": "2023-01-26T16:38:15.692800Z",
    "recent_changes": 1,
    "translated": 20,
    "translated_words": 104,
    "translated_percent": 80.0,
    "translated_words_percent": 74.2,
    "translated_chars": 691,
    "translated_chars_percent": 75.8,
    "fuzzy": 1,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 5.0,
    "fuzzy_chars": 48,
    "fuzzy_chars_percent": 5.2,
    "failing": 1,
    "failing_percent": 4.0,
    "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": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://l10n.elementary.io/projects/switchboard/about-plug-extra/cs/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/about-plug-extra/cs/"
}