Translation components API.

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

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

{
    "total": 107,
    "total_words": 979,
    "last_change": "2019-04-04T10:40:39.301156Z",
    "recent_changes": 1,
    "translated": 102,
    "translated_words": 916,
    "translated_percent": 95.3,
    "translated_words_percent": 93.5,
    "translated_chars": 5807,
    "translated_chars_percent": 93.7,
    "total_chars": 6195,
    "fuzzy": 1,
    "fuzzy_percent": 0.9,
    "failing": 7,
    "failing_percent": 6.5,
    "approved": 1,
    "approved_percent": 0.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/yast-update/master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-update/master/pl/"
}