Translation components API.

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

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

{
    "total": 676,
    "total_words": 9329,
    "total_chars": 77891,
    "last_change": "2024-06-19T01:36:53.564342Z",
    "recent_changes": 0,
    "translated": 338,
    "translated_words": 2636,
    "translated_percent": 50.0,
    "translated_words_percent": 28.2,
    "translated_chars": 22823,
    "translated_chars_percent": 29.3,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 299,
    "fuzzy_chars_percent": 0.3,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 69,
    "readonly_percent": 10.2,
    "readonly_words": 240,
    "readonly_words_percent": 2.5,
    "readonly_chars": 4058,
    "readonly_chars_percent": 5.2,
    "suggestions": 12,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translations.documentfoundation.org/projects/website/libreofficeorg/es/",
    "translate_url": "https://translations.documentfoundation.org/translate/website/libreofficeorg/es/"
}