Translation components API.

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

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

{
    "total": 168,
    "total_words": 1090,
    "last_change": "2019-03-09T15:53:41.136432Z",
    "recent_changes": 3,
    "translated": 157,
    "translated_words": 1021,
    "translated_percent": 93.4,
    "translated_words_percent": 93.6,
    "translated_chars": 6589,
    "translated_chars_percent": 92.8,
    "total_chars": 7098,
    "fuzzy": 5,
    "fuzzy_percent": 2.9,
    "failing": 6,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/yast-country/master/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-country/master/gl/"
}