Translation components API.

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

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

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2021-01-09T15:44:40.833890Z",
    "recent_changes": 1,
    "translated": 1298,
    "translated_words": 7565,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 47207,
    "translated_chars_percent": 100.0,
    "total_chars": 47207,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 22,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 32,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/messages/de/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/de/"
}