Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2022-06-16T11:23:47.856857Z",
    "recent_changes": 1,
    "translated": 837,
    "translated_words": 3180,
    "translated_percent": 99.6,
    "translated_words_percent": 99.4,
    "translated_chars": 19929,
    "translated_chars_percent": 99.4,
    "total_chars": 20047,
    "fuzzy": 3,
    "fuzzy_percent": 0.3,
    "failing": 2,
    "failing_percent": 0.2,
    "code": "fr",
    "name": "French",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/fr/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/fr/"
}