Translation components API.

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

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

{
    "total": 950,
    "total_words": 5334,
    "last_change": "2020-04-10T02:18:35.709849Z",
    "recent_changes": 8,
    "translated": 782,
    "translated_words": 3597,
    "translated_percent": 82.3,
    "translated_words_percent": 67.4,
    "translated_chars": 23375,
    "translated_chars_percent": 67.8,
    "total_chars": 34451,
    "fuzzy": 107,
    "fuzzy_percent": 11.2,
    "failing": 59,
    "failing_percent": 6.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://l10n.opensuse.org/projects/yast-base/master/th/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-base/master/th/"
}