Translation components API.

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

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

{
    "total": 332,
    "total_words": 1916,
    "last_change": "2024-03-16T15:24:26.984929Z",
    "recent_changes": 14,
    "translated": 332,
    "translated_words": 1916,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 11500,
    "translated_chars_percent": 100.0,
    "total_chars": 11500,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 113,
    "failing_percent": 34.0,
    "code": "ka",
    "name": "Georgian",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/localizable/ka/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/localizable/ka/"
}