Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2024-04-03T12:11:37.069015Z",
    "recent_changes": 56,
    "translated": 220,
    "translated_words": 589,
    "translated_percent": 26.1,
    "translated_words_percent": 18.4,
    "translated_chars": 4232,
    "translated_chars_percent": 21.1,
    "total_chars": 20047,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "code": "nl",
    "name": "Dutch",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/nl/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/nl/"
}