Translation components API.

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

GET /api/translations/uyuni/docs-administration-master/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2769,
    "total_words": 41431,
    "last_change": "2024-04-29T10:53:45.668583Z",
    "recent_changes": 3,
    "translated": 62,
    "translated_words": 408,
    "translated_percent": 2.2,
    "translated_words_percent": 0.9,
    "translated_chars": 3016,
    "translated_chars_percent": 0.9,
    "total_chars": 306901,
    "fuzzy": 116,
    "fuzzy_percent": 4.1,
    "failing": 19,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://l10n.opensuse.org/projects/uyuni/docs-administration-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-administration-master/cs/"
}