Translation components API.

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

GET /api/translations/icewm/icewm-1-4-branch/fi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 526,
    "total_words": 2284,
    "last_change": "2022-03-10T13:26:46.423458Z",
    "recent_changes": 160,
    "translated": 445,
    "translated_words": 1520,
    "translated_percent": 84.6,
    "translated_words_percent": 66.5,
    "translated_chars": 10372,
    "translated_chars_percent": 63.8,
    "total_chars": 16245,
    "fuzzy": 15,
    "fuzzy_percent": 2.8,
    "failing": 10,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://l10n.opensuse.org/projects/icewm/icewm-1-4-branch/fi/",
    "translate_url": "https://l10n.opensuse.org/translate/icewm/icewm-1-4-branch/fi/"
}