Translation components API.

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

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

{
    "total": 301,
    "total_words": 1103,
    "last_change": "2023-04-26T16:51:11.087294Z",
    "recent_changes": 45,
    "translated": 195,
    "translated_words": 748,
    "translated_percent": 64.7,
    "translated_words_percent": 67.8,
    "translated_chars": 5142,
    "translated_chars_percent": 67.7,
    "total_chars": 7588,
    "fuzzy": 70,
    "fuzzy_percent": 23.2,
    "failing": 29,
    "failing_percent": 9.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://l10n.opensuse.org/projects/snapper/master/el/",
    "translate_url": "https://l10n.opensuse.org/translate/snapper/master/el/"
}