Translation components API.

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

GET /api/translations/libo_help-24-2/textshared00/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2157,
    "total_words": 23561,
    "total_chars": 227017,
    "last_change": null,
    "recent_changes": 0,
    "translated": 976,
    "translated_words": 12076,
    "translated_percent": 45.2,
    "translated_words_percent": 51.2,
    "translated_chars": 102153,
    "translated_chars_percent": 44.9,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 80,
    "fuzzy_chars_percent": 0.1,
    "failing": 22,
    "failing_percent": 1.0,
    "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": "id",
    "name": "Indonesian",
    "url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textshared00/id/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textshared00/id/"
}