Translation components API.

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

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

{
    "total": 149,
    "total_words": 1506,
    "last_change": "2019-05-13T21:29:46.245103Z",
    "recent_changes": 6,
    "translated": 140,
    "translated_words": 1406,
    "translated_percent": 93.9,
    "translated_words_percent": 93.3,
    "translated_chars": 9532,
    "translated_chars_percent": 93.1,
    "total_chars": 10228,
    "fuzzy": 8,
    "fuzzy_percent": 5.3,
    "failing": 7,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://l10n.opensuse.org/projects/download-o-o/master/ar/",
    "translate_url": "https://l10n.opensuse.org/translate/download-o-o/master/ar/"
}