Translation components API.

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

GET /api/translations/website/libreofficeorg/pt_BR/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:59.364161Z",
    "recent_changes": 0,
    "translated": 662,
    "translated_words": 8935,
    "translated_percent": 97.9,
    "translated_words_percent": 95.7,
    "translated_chars": 74762,
    "translated_chars_percent": 95.9,
    "fuzzy": 11,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 381,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 3041,
    "fuzzy_chars_percent": 3.9,
    "failing": 5,
    "failing_percent": 0.7,
    "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": 5,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translations.documentfoundation.org/projects/website/libreofficeorg/pt_BR/",
    "translate_url": "https://translations.documentfoundation.org/translate/website/libreofficeorg/pt_BR/"
}