Translation components API.

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

GET /api/translations/phyphox/android/id/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.536830Z",
    "recent_changes": 2,
    "translated": 133,
    "translated_words": 1234,
    "translated_percent": 34.6,
    "translated_words_percent": 52.8,
    "translated_chars": 8052,
    "translated_chars_percent": 56.1,
    "total_chars": 14335,
    "fuzzy": 2,
    "fuzzy_percent": 0.5,
    "failing": 8,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.7,
    "suggestions": 39,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.phyphox.org/projects/phyphox/android/id/",
    "translate_url": "https://translate.phyphox.org/translate/phyphox/android/id/"
}