Translation components API.

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

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

{
    "total": 265,
    "total_words": 2244,
    "total_chars": 15071,
    "last_change": "2022-02-01T02:56:05.283887Z",
    "recent_changes": 0,
    "translated": 200,
    "translated_words": 1009,
    "translated_percent": 75.4,
    "translated_words_percent": 44.9,
    "translated_chars": 6680,
    "translated_chars_percent": 44.3,
    "fuzzy": 6,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 65,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 404,
    "fuzzy_chars_percent": 2.6,
    "failing": 2,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 59,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/yast-samba-server/master/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-samba-server/master/gl/"
}