Translation components API.

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

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

{
    "total": 41,
    "total_words": 377,
    "total_chars": 2821,
    "last_change": "2024-11-27T10:06:49.506710Z",
    "recent_changes": 1,
    "translated": 40,
    "translated_words": 365,
    "translated_percent": 97.5,
    "translated_words_percent": 96.8,
    "translated_chars": 2754,
    "translated_chars_percent": 97.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 2.4,
    "approved": 39,
    "approved_percent": 95.1,
    "approved_words": 358,
    "approved_words_percent": 94.9,
    "approved_chars": 2705,
    "approved_chars_percent": 95.8,
    "readonly": 1,
    "readonly_percent": 2.4,
    "readonly_words": 7,
    "readonly_words_percent": 1.8,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.7,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_510po/de/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_510po/de/"
}