Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2024-01-27T09:25:02.899600Z",
    "recent_changes": 250,
    "translated": 278,
    "translated_words": 923,
    "translated_percent": 33.0,
    "translated_words_percent": 28.8,
    "translated_chars": 6161,
    "translated_chars_percent": 30.7,
    "total_chars": 20047,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.2,
    "code": "pl",
    "name": "Polish",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/pl/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/pl/"
}