Translation components API.

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

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

{
    "total": 123,
    "total_words": 354,
    "total_chars": 2491,
    "last_change": "2023-09-19T19:27:17.076087Z",
    "recent_changes": 2,
    "translated": 121,
    "translated_words": 347,
    "translated_percent": 98.3,
    "translated_words_percent": 98.0,
    "translated_chars": 2441,
    "translated_chars_percent": 97.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 24,
    "fuzzy_chars_percent": 0.9,
    "failing": 3,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.framasoft.org/projects/peertube-search-index/client/es/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube-search-index/client/es/"
}