Translation components API.

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

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

{
    "total": 149,
    "total_words": 1506,
    "last_change": "2023-10-18T06:42:16.602028Z",
    "recent_changes": 4,
    "translated": 144,
    "translated_words": 1444,
    "translated_percent": 96.6,
    "translated_words_percent": 95.8,
    "translated_chars": 9794,
    "translated_chars_percent": 95.7,
    "total_chars": 10228,
    "fuzzy": 5,
    "fuzzy_percent": 3.3,
    "failing": 3,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://l10n.opensuse.org/projects/download-o-o/master/fa/",
    "translate_url": "https://l10n.opensuse.org/translate/download-o-o/master/fa/"
}