Translation components API.

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

GET /api/translations/pdfcreator/messages/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2021-09-03T13:26:18.948823Z",
    "recent_changes": 82,
    "translated": 944,
    "translated_words": 4783,
    "translated_percent": 72.7,
    "translated_words_percent": 63.2,
    "translated_chars": 30297,
    "translated_chars_percent": 64.1,
    "total_chars": 47207,
    "fuzzy": 286,
    "fuzzy_percent": 22.0,
    "failing": 37,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/messages/ja/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/ja/"
}