Translation components API.

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

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

{
    "total": 31,
    "total_words": 335,
    "total_chars": 2225,
    "last_change": "2019-09-11T15:09:10.980425Z",
    "recent_changes": 5,
    "translated": 19,
    "translated_words": 147,
    "translated_percent": 61.2,
    "translated_words_percent": 43.8,
    "translated_chars": 981,
    "translated_chars_percent": 44.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.elementary.io/projects/website/press/gl/",
    "translate_url": "https://l10n.elementary.io/translate/website/press/gl/"
}