Translation components API.

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

GET /api/translations/linhome/linhome-shared-texts/pl/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": 178,
    "translated_words": 758,
    "translated_percent": 92.2,
    "translated_words_percent": 96.0,
    "translated_chars": 4706,
    "translated_chars_percent": 92.8,
    "total_chars": 5069,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.5,
    "code": "pl",
    "name": "Polish",
    "url": "https://weblate.linphone.org/projects/linhome/linhome-shared-texts/pl/",
    "translate_url": "https://weblate.linphone.org/translate/linhome/linhome-shared-texts/pl/"
}