Translation components API.

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

GET /api/translations/phyphox/android/fr/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.516235Z",
    "recent_changes": 2,
    "translated": 365,
    "translated_words": 2185,
    "translated_percent": 95.0,
    "translated_words_percent": 93.4,
    "translated_chars": 13285,
    "translated_chars_percent": 92.6,
    "total_chars": 14335,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 18,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.7,
    "suggestions": 1,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.phyphox.org/projects/phyphox/android/fr/",
    "translate_url": "https://translate.phyphox.org/translate/phyphox/android/fr/"
}