Translation components API.

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

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

{
    "total": 288,
    "total_words": 1980,
    "last_change": "2022-08-12T07:54:56.419362Z",
    "recent_changes": 1,
    "translated": 145,
    "translated_words": 859,
    "translated_percent": 50.3,
    "translated_words_percent": 43.3,
    "translated_chars": 5819,
    "translated_chars_percent": 42.8,
    "total_chars": 13595,
    "fuzzy": 39,
    "fuzzy_percent": 13.5,
    "failing": 7,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://l10n.opensuse.org/projects/rmt/i18n/sv/",
    "translate_url": "https://l10n.opensuse.org/translate/rmt/i18n/sv/"
}