Translation components API.

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

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

{
    "total": 46,
    "total_words": 2257,
    "total_chars": 14097,
    "last_change": "2024-04-03T10:02:10.226254Z",
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 127,
    "translated_percent": 21.7,
    "translated_words_percent": 5.6,
    "translated_chars": 883,
    "translated_chars_percent": 6.2,
    "fuzzy": 1,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 139,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 927,
    "fuzzy_chars_percent": 6.5,
    "failing": 1,
    "failing_percent": 2.1,
    "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": "el",
    "name": "Greek",
    "url": "https://hosted.weblate.org/projects/kiss/fastlane/el/",
    "translate_url": "https://hosted.weblate.org/translate/kiss/fastlane/el/"
}