Translation components API.

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

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

{
    "total": 332,
    "total_words": 1916,
    "last_change": null,
    "recent_changes": 0,
    "translated": 318,
    "translated_words": 1831,
    "translated_percent": 95.7,
    "translated_words_percent": 95.5,
    "translated_chars": 10979,
    "translated_chars_percent": 95.4,
    "total_chars": 11500,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "failing": 5,
    "failing_percent": 1.5,
    "code": "ru",
    "name": "Russian",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/localizable/ru/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/localizable/ru/"
}