Translation components API.

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

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

{
    "total": 193,
    "total_words": 789,
    "last_change": null,
    "recent_changes": 0,
    "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": 145,
    "failing_percent": 75.1,
    "code": "en",
    "name": "English",
    "url": "https://weblate.linphone.org/projects/linhome/linhome-shared-texts/en/",
    "translate_url": "https://weblate.linphone.org/translate/linhome/linhome-shared-texts/en/"
}