Translation components API.

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

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

{
    "total": 117,
    "total_words": 1437,
    "total_chars": 10054,
    "last_change": "2019-02-17T12:08:23.335794Z",
    "recent_changes": 1,
    "translated": 49,
    "translated_words": 260,
    "translated_percent": 41.8,
    "translated_words_percent": 18.0,
    "translated_chars": 2081,
    "translated_chars_percent": 20.6,
    "fuzzy": 19,
    "fuzzy_percent": 16.2,
    "fuzzy_words": 152,
    "fuzzy_words_percent": 10.5,
    "fuzzy_chars": 986,
    "fuzzy_chars_percent": 9.8,
    "failing": 11,
    "failing_percent": 9.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 48,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/yast-drbd/master/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-drbd/master/gl/"
}