Translation components API.

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

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

{
    "total": 116,
    "total_words": 523,
    "last_change": "2019-05-29T13:49:30.517324Z",
    "recent_changes": 1,
    "translated": 94,
    "translated_words": 319,
    "translated_percent": 81.0,
    "translated_words_percent": 60.9,
    "translated_chars": 2166,
    "translated_chars_percent": 64.0,
    "total_chars": 3382,
    "fuzzy": 5,
    "fuzzy_percent": 4.3,
    "failing": 1,
    "failing_percent": 0.8,
    "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/software-o-o/master/fi/",
    "translate_url": "https://l10n.opensuse.org/translate/software-o-o/master/fi/"
}