Translation components API.

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

GET /api/translations/webtrees/webtrees-20/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3743,
    "total_words": 16373,
    "last_change": "2024-03-04T11:23:30.689364Z",
    "recent_changes": 1,
    "translated": 3740,
    "translated_words": 16318,
    "translated_percent": 99.9,
    "translated_words_percent": 99.6,
    "translated_chars": 100526,
    "translated_chars_percent": 99.5,
    "total_chars": 100965,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 63,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.webtrees.net/projects/webtrees/webtrees-20/fa/",
    "translate_url": "https://translate.webtrees.net/translate/webtrees/webtrees-20/fa/"
}