Translation components API.

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

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

{
    "total": 42,
    "total_words": 365,
    "total_chars": 2328,
    "last_change": "2024-02-02T23:54:30.141193Z",
    "recent_changes": 1,
    "translated": 38,
    "translated_words": 291,
    "translated_percent": 90.4,
    "translated_words_percent": 79.7,
    "translated_chars": 1794,
    "translated_chars_percent": 77.0,
    "fuzzy": 1,
    "fuzzy_percent": 2.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 38,
    "approved_percent": 90.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://weblate.rob006.net/projects/flarum/fof-reactions/ru/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/fof-reactions/ru/"
}