Translation components API.

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

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

{
    "total": 24,
    "total_words": 165,
    "total_chars": 1473,
    "last_change": "2024-02-27T15:33:43.351026Z",
    "recent_changes": 1,
    "translated": 18,
    "translated_words": 92,
    "translated_percent": 75.0,
    "translated_words_percent": 55.7,
    "translated_chars": 736,
    "translated_chars_percent": 49.9,
    "fuzzy": 5,
    "fuzzy_percent": 20.8,
    "fuzzy_words": 68,
    "fuzzy_words_percent": 41.2,
    "fuzzy_chars": 653,
    "fuzzy_chars_percent": 44.3,
    "failing": 1,
    "failing_percent": 4.1,
    "approved": 18,
    "approved_percent": 75.0,
    "approved_words": 92,
    "approved_words_percent": 55.7,
    "approved_chars": 736,
    "approved_chars_percent": 49.9,
    "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": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/support/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/support/pt/"
}