Translation components API.

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

GET /api/translations/linhome/linhome-shared-texts/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 193,
    "total_words": 789,
    "last_change": "2022-05-31T13:54:48.601920Z",
    "recent_changes": 47,
    "translated": 51,
    "translated_words": 193,
    "translated_percent": 26.4,
    "translated_words_percent": 24.4,
    "translated_chars": 1262,
    "translated_chars_percent": 24.8,
    "total_chars": 5069,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 2,
    "failing_percent": 1.0,
    "code": "it",
    "name": "Italian",
    "url": "https://weblate.linphone.org/projects/linhome/linhome-shared-texts/it/",
    "translate_url": "https://weblate.linphone.org/translate/linhome/linhome-shared-texts/it/"
}