Translation components API.

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

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

{
    "total": 2282,
    "total_words": 31950,
    "total_chars": 268448,
    "last_change": "2022-01-28T16:57:03.348319Z",
    "recent_changes": 3,
    "translated": 1857,
    "translated_words": 24438,
    "translated_percent": 81.3,
    "translated_words_percent": 76.4,
    "translated_chars": 200514,
    "translated_chars_percent": 74.6,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 46,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 269,
    "fuzzy_chars_percent": 0.1,
    "failing": 14,
    "failing_percent": 0.6,
    "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": "pt",
    "name": "Portuguese",
    "url": "https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/pt/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textswriterguide/pt/"
}