Translation components API.

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

GET /api/translations/documentation/booksfaq_index/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 184,
    "total_words": 4361,
    "last_change": "2024-01-17T23:44:50.752190Z",
    "recent_changes": 19,
    "translated": 34,
    "translated_words": 212,
    "translated_percent": 18.4,
    "translated_words_percent": 4.8,
    "translated_chars": 1206,
    "translated_chars_percent": 4.1,
    "total_chars": 28918,
    "fuzzy": 30,
    "fuzzy_percent": 16.3,
    "failing": 4,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/projects/documentation/booksfaq_index/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksfaq_index/es/"
}