Translation components API.

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

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

{
    "total": 1010,
    "total_words": 2861,
    "last_change": "2020-06-05T11:55:03.145826Z",
    "recent_changes": 1,
    "translated": 923,
    "translated_words": 2171,
    "translated_percent": 91.3,
    "translated_words_percent": 75.8,
    "translated_chars": 14360,
    "translated_chars_percent": 77.4,
    "total_chars": 18540,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/libzypp/master/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/libzypp/master/gl/"
}