Translation components API.

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

GET /api/translations/release-notes-opensuse/leap-15_3/gl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 132,
    "total_words": 2771,
    "last_change": "2024-02-13T15:33:17.327583Z",
    "recent_changes": 1,
    "translated": 30,
    "translated_words": 554,
    "translated_percent": 22.7,
    "translated_words_percent": 19.9,
    "translated_chars": 3904,
    "translated_chars_percent": 18.7,
    "total_chars": 20846,
    "fuzzy": 16,
    "fuzzy_percent": 12.1,
    "failing": 3,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 28,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_3/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_3/gl/"
}