Translation components API.

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

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

{
    "total": 2423,
    "total_words": 40877,
    "last_change": "2023-03-12T22:08:28.319960Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 77,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 454,
    "translated_chars_percent": 0.1,
    "total_chars": 271024,
    "fuzzy": 730,
    "fuzzy_percent": 30.1,
    "failing": 163,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/g-master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/g-master/pl/"
}