Translation components API.

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

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

{
    "total": 6,
    "total_words": 93,
    "total_chars": 560,
    "last_change": "2024-04-05T03:34:45.612602Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 50,
    "translated_percent": 83.3,
    "translated_words_percent": 53.7,
    "translated_chars": 318,
    "translated_chars_percent": 56.7,
    "fuzzy": 1,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 43,
    "fuzzy_words_percent": 46.2,
    "fuzzy_chars": 242,
    "fuzzy_chars_percent": 43.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 4,
    "approved_percent": 66.6,
    "approved_words": 43,
    "approved_words_percent": 46.2,
    "approved_chars": 269,
    "approved_chars_percent": 48.0,
    "readonly": 1,
    "readonly_percent": 16.6,
    "readonly_words": 7,
    "readonly_words_percent": 7.5,
    "readonly_chars": 49,
    "readonly_chars_percent": 8.7,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/new_project_name/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/new_project_name/de/"
}