Translation components API.

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

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

{
    "total": 12,
    "total_words": 118,
    "total_chars": 1000,
    "last_change": "2026-03-31T23:02:49.862400Z",
    "recent_changes": 0,
    "translated": 1,
    "translated_words": 4,
    "translated_percent": 8.3,
    "translated_words_percent": 3.3,
    "translated_chars": 40,
    "translated_chars_percent": 4.0,
    "fuzzy": 7,
    "fuzzy_percent": 58.3,
    "fuzzy_words": 72,
    "fuzzy_words_percent": 61.0,
    "fuzzy_chars": 641,
    "fuzzy_chars_percent": 64.1,
    "failing": 7,
    "failing_percent": 58.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.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": "fa",
    "name": "Persian",
    "url": "https://translate.tails.net/projects/tails/printing_and_scanning/fa/",
    "translate_url": "https://translate.tails.net/translate/tails/printing_and_scanning/fa/"
}