Translation components API.

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

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

{
    "total": 271,
    "total_words": 2295,
    "last_change": "2022-01-30T22:40:59.339343Z",
    "recent_changes": 1,
    "translated": 265,
    "translated_words": 2223,
    "translated_percent": 97.7,
    "translated_words_percent": 96.8,
    "translated_chars": 15521,
    "translated_chars_percent": 96.7,
    "total_chars": 16048,
    "fuzzy": 5,
    "fuzzy_percent": 1.8,
    "failing": 6,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://l10n.opensuse.org/projects/yast-registration/master/fi/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-registration/master/fi/"
}