Translation components API.

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

GET /api/translations/flarum/fof-best-answer/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 67,
    "total_words": 629,
    "total_chars": 3819,
    "last_change": "2023-11-24T19:03:23.378936Z",
    "recent_changes": 1,
    "translated": 43,
    "translated_words": 350,
    "translated_percent": 64.1,
    "translated_words_percent": 55.6,
    "translated_chars": 2221,
    "translated_chars_percent": 58.1,
    "fuzzy": 2,
    "fuzzy_percent": 2.9,
    "failing": 4,
    "failing_percent": 5.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://weblate.rob006.net/projects/flarum/fof-best-answer/ja/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/fof-best-answer/ja/"
}