Translation components API.

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

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

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2023-09-11T13:43:34.147834Z",
    "recent_changes": 166,
    "translated": 1033,
    "translated_words": 5260,
    "translated_percent": 79.5,
    "translated_words_percent": 69.5,
    "translated_chars": 33317,
    "translated_chars_percent": 70.5,
    "total_chars": 47207,
    "fuzzy": 234,
    "fuzzy_percent": 18.0,
    "failing": 177,
    "failing_percent": 13.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/messages/es/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/es/"
}