Translation components API.

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

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

{
    "total": 24,
    "total_words": 165,
    "last_change": "2022-04-27T14:11:53.192831Z",
    "recent_changes": 5,
    "translated": 17,
    "translated_words": 112,
    "translated_percent": 70.8,
    "translated_words_percent": 67.8,
    "translated_chars": 813,
    "translated_chars_percent": 70.9,
    "total_chars": 1146,
    "fuzzy": 6,
    "fuzzy_percent": 25.0,
    "failing": 1,
    "failing_percent": 4.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/yast-authserver/master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-authserver/master/pl/"
}