Translation components API.

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

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

{
    "total": 22,
    "total_words": 40,
    "last_change": "2023-11-15T10:30:58.979217Z",
    "recent_changes": 4,
    "translated": 21,
    "translated_words": 37,
    "translated_percent": 95.4,
    "translated_words_percent": 92.5,
    "translated_chars": 218,
    "translated_chars_percent": 90.4,
    "total_chars": 241,
    "fuzzy": 1,
    "fuzzy_percent": 4.5,
    "failing": 1,
    "failing_percent": 4.5,
    "code": "ja",
    "name": "Japanese",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/root/ja/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/root/ja/"
}