Translation components API.

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

GET /api/translations/flarum/flarum-subscriptions/de@formal/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 25,
    "total_words": 128,
    "total_chars": 1010,
    "last_change": "2023-06-11T01:29:05.331945Z",
    "recent_changes": 4,
    "translated": 4,
    "translated_words": 54,
    "translated_percent": 16.0,
    "translated_words_percent": 42.1,
    "translated_chars": 409,
    "translated_chars_percent": 40.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 4,
    "approved_percent": 16.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de@formal",
    "name": "German (formal)",
    "url": "https://weblate.rob006.net/projects/flarum/flarum-subscriptions/de@formal/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-subscriptions/de@formal/"
}