Translation components API.

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

GET /api/translations/libo_ui-master/filtersourceconfigfragmentsfilters/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 236,
    "total_words": 858,
    "total_chars": 5700,
    "last_change": "2023-08-09T14:32:24.413869Z",
    "recent_changes": 16,
    "translated": 175,
    "translated_words": 651,
    "translated_percent": 74.1,
    "translated_words_percent": 75.8,
    "translated_chars": 4254,
    "translated_chars_percent": 74.6,
    "fuzzy": 9,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 177,
    "fuzzy_chars_percent": 3.1,
    "failing": 1,
    "failing_percent": 0.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": "ar",
    "name": "Arabic",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentsfilters/ar/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/filtersourceconfigfragmentsfilters/ar/"
}