Translation components API.

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

GET /api/translations/documentation/booksfaq_index/de_DE/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.182769Z",
    "recent_changes": 11,
    "translated": 12,
    "translated_words": 59,
    "translated_percent": 6.5,
    "translated_words_percent": 1.3,
    "translated_chars": 330,
    "translated_chars_percent": 1.1,
    "total_chars": 28918,
    "fuzzy": 11,
    "fuzzy_percent": 5.9,
    "failing": 1,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de_DE",
    "name": "German",
    "url": "https://translate-dev.freebsd.org/projects/documentation/booksfaq_index/de_DE/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksfaq_index/de_DE/"
}