Translation components API.

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

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

{
    "total": 88,
    "total_words": 209,
    "total_chars": 1395,
    "last_change": "2019-09-06T21:19:29.712431Z",
    "recent_changes": 26,
    "translated": 71,
    "translated_words": 145,
    "translated_percent": 80.6,
    "translated_words_percent": 69.3,
    "translated_chars": 976,
    "translated_chars_percent": 69.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 27,
    "failing_percent": 30.6,
    "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/open-source/gl/",
    "translate_url": "https://l10n.elementary.io/translate/website/open-source/gl/"
}