Translation components API.

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

GET /api/translations/linphone/linphone-android-5-1-release/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 808,
    "total_words": 3125,
    "last_change": "2024-03-06T13:57:04.396133Z",
    "recent_changes": 7,
    "translated": 704,
    "translated_words": 2699,
    "translated_percent": 87.1,
    "translated_words_percent": 86.3,
    "translated_chars": 17024,
    "translated_chars_percent": 87.0,
    "total_chars": 19555,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 20,
    "failing_percent": 2.4,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android-5-1-release/pt/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android-5-1-release/pt/"
}