Translation components API.

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

GET /api/translations/phyphox/android/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 384,
    "total_words": 2337,
    "last_change": "2025-06-10T19:47:46.561115Z",
    "recent_changes": 2,
    "translated": 197,
    "translated_words": 1660,
    "translated_percent": 51.3,
    "translated_words_percent": 71.0,
    "translated_chars": 10636,
    "translated_chars_percent": 74.1,
    "total_chars": 14335,
    "fuzzy": 3,
    "fuzzy_percent": 0.7,
    "failing": 7,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.7,
    "suggestions": 1,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.phyphox.org/projects/phyphox/android/pl/",
    "translate_url": "https://translate.phyphox.org/translate/phyphox/android/pl/"
}