Translation components API.

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

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

{
    "total": 96,
    "total_words": 489,
    "total_chars": 2818,
    "last_change": "2023-07-15T22:42:32.768125Z",
    "recent_changes": 1,
    "translated": 30,
    "translated_words": 107,
    "translated_percent": 31.2,
    "translated_words_percent": 21.8,
    "translated_chars": 574,
    "translated_chars_percent": 20.3,
    "fuzzy": 3,
    "fuzzy_percent": 3.1,
    "failing": 1,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://weblate.rob006.net/projects/flarum/fof-polls/pt/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/fof-polls/pt/"
}