Translation components API.

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

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

{
    "total": 157,
    "total_words": 1189,
    "total_chars": 7518,
    "last_change": "2024-05-11T07:53:05.474722Z",
    "recent_changes": 12,
    "translated": 115,
    "translated_words": 888,
    "translated_percent": 73.2,
    "translated_words_percent": 74.6,
    "translated_chars": 5757,
    "translated_chars_percent": 76.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://weblate.rob006.net/projects/flarum/fof-upload/de/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/fof-upload/de/"
}