Translation components API.

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

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

{
    "total": 643,
    "total_words": 2485,
    "total_chars": 15328,
    "last_change": "2024-05-13T17:01:36.998331Z",
    "recent_changes": 0,
    "translated": 399,
    "translated_words": 1232,
    "translated_percent": 62.0,
    "translated_words_percent": 49.5,
    "translated_chars": 7534,
    "translated_chars_percent": 49.1,
    "fuzzy": 30,
    "fuzzy_percent": 4.6,
    "fuzzy_words": 180,
    "fuzzy_words_percent": 7.2,
    "fuzzy_chars": 1113,
    "fuzzy_chars_percent": 7.2,
    "failing": 8,
    "failing_percent": 1.2,
    "approved": 241,
    "approved_percent": 37.4,
    "approved_words": 678,
    "approved_words_percent": 27.2,
    "approved_chars": 4142,
    "approved_chars_percent": 27.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": "ga",
    "name": "Irish",
    "url": "https://weblate.tusky.app/projects/tusky/tusky/ga/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky/ga/"
}