Translation components API.

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

GET /api/translations/uyuni/docs-administration-master/es/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:42.730176Z",
    "recent_changes": 2,
    "translated": 28,
    "translated_words": 71,
    "translated_percent": 1.0,
    "translated_words_percent": 0.1,
    "translated_chars": 543,
    "translated_chars_percent": 0.1,
    "total_chars": 306901,
    "fuzzy": 6,
    "fuzzy_percent": 0.2,
    "failing": 7,
    "failing_percent": 0.2,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.opensuse.org/projects/uyuni/docs-administration-master/es/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-administration-master/es/"
}