Translation components API.

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

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

{
    "total": 35,
    "total_words": 400,
    "total_chars": 4110,
    "last_change": "2025-01-14T16:35:46.041011Z",
    "recent_changes": 1,
    "translated": 34,
    "translated_words": 384,
    "translated_percent": 97.1,
    "translated_words_percent": 96.0,
    "translated_chars": 3985,
    "translated_chars_percent": 96.9,
    "fuzzy": 1,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 125,
    "fuzzy_chars_percent": 3.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 30,
    "approved_percent": 85.7,
    "approved_words": 363,
    "approved_words_percent": 90.7,
    "approved_chars": 3773,
    "approved_chars_percent": 91.8,
    "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://translate.tails.net/projects/tails/wikisrcinstallincstepscloneinlinepo/de/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcinstallincstepscloneinlinepo/de/"
}