Translation components API.

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

GET /api/translations/gammu/website/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 473,
    "total_words": 6021,
    "total_chars": 40876,
    "last_change": "2020-10-14T07:03:23.883013Z",
    "recent_changes": 10,
    "translated": 388,
    "translated_words": 4631,
    "translated_percent": 82.0,
    "translated_words_percent": 76.9,
    "translated_chars": 30258,
    "translated_chars_percent": 74.0,
    "fuzzy": 57,
    "fuzzy_percent": 12.0,
    "fuzzy_words": 1143,
    "fuzzy_words_percent": 18.9,
    "fuzzy_chars": 8986,
    "fuzzy_chars_percent": 21.9,
    "failing": 131,
    "failing_percent": 27.6,
    "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": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://hosted.weblate.org/projects/gammu/website/es/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/website/es/"
}