Translation components API.

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

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

{
    "total": 49,
    "total_words": 1911,
    "total_chars": 13170,
    "last_change": "2024-04-29T17:21:52.754006Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 300,
    "translated_percent": 22.4,
    "translated_words_percent": 15.6,
    "translated_chars": 2060,
    "translated_chars_percent": 15.6,
    "fuzzy": 1,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 249,
    "fuzzy_words_percent": 13.0,
    "fuzzy_chars": 2034,
    "fuzzy_chars_percent": 15.4,
    "failing": 1,
    "failing_percent": 2.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": "de",
    "name": "German",
    "url": "https://hosted.weblate.org/projects/quickweather/quickweather-fastlane/de/",
    "translate_url": "https://hosted.weblate.org/translate/quickweather/quickweather-fastlane/de/"
}