Translation components API.

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

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

{
    "total": 3781,
    "total_words": 15658,
    "last_change": "2024-03-19T12:03:22.490111Z",
    "recent_changes": 1,
    "translated": 3770,
    "translated_words": 15626,
    "translated_percent": 99.7,
    "translated_words_percent": 99.7,
    "translated_chars": 96961,
    "translated_chars_percent": 99.8,
    "total_chars": 97151,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 52,
    "failing_percent": 1.3,
    "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-22/fa/",
    "translate_url": "https://translate.webtrees.net/translate/webtrees/webtrees-22/fa/"
}