Translation components API.

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

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

{
    "total": 1127,
    "total_words": 3740,
    "last_change": "2023-08-05T12:48:37.716944Z",
    "recent_changes": 29,
    "translated": 1024,
    "translated_words": 3223,
    "translated_percent": 90.8,
    "translated_words_percent": 86.1,
    "translated_chars": 19633,
    "translated_chars_percent": 85.8,
    "total_chars": 22880,
    "fuzzy": 48,
    "fuzzy_percent": 4.2,
    "failing": 12,
    "failing_percent": 1.0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/master/ja/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-desktop/master/ja/"
}