Translation components API.

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

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

{
    "total": 193,
    "total_words": 789,
    "last_change": "2022-04-14T17:49:24.646571Z",
    "recent_changes": 16,
    "translated": 193,
    "translated_words": 789,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 5069,
    "translated_chars_percent": 100.0,
    "total_chars": 5069,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "de",
    "name": "German",
    "url": "https://weblate.linphone.org/projects/linhome/linhome-shared-texts/de/",
    "translate_url": "https://weblate.linphone.org/translate/linhome/linhome-shared-texts/de/"
}