Translation components API.

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

GET /api/translations/app-ops/app/hy/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 338,
    "total_words": 2654,
    "last_change": "2021-01-27T17:03:58.023153Z",
    "recent_changes": 1,
    "translated": 13,
    "translated_words": 135,
    "translated_percent": 3.8,
    "translated_words_percent": 5.0,
    "translated_chars": 828,
    "translated_chars_percent": 5.0,
    "total_chars": 16476,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 2,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "code": "hy",
    "name": "Armenian",
    "url": "https://weblate.rikka.app/projects/app-ops/app/hy/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/app/hy/"
}