Translation components API.

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

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

{
    "total": 1285,
    "total_words": 9218,
    "total_chars": 64808,
    "last_change": "2024-04-30T12:06:11.569810Z",
    "recent_changes": 0,
    "translated": 631,
    "translated_words": 3694,
    "translated_percent": 49.1,
    "translated_words_percent": 40.0,
    "translated_chars": 24729,
    "translated_chars_percent": 38.1,
    "fuzzy": 85,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 687,
    "fuzzy_words_percent": 7.4,
    "fuzzy_chars": 8407,
    "fuzzy_chars_percent": 12.9,
    "failing": 84,
    "failing_percent": 6.5,
    "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": 509,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/zypper/master/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/zypper/master/gl/"
}