Translation components API.

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

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

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2024-02-03T08:30:31.670305Z",
    "recent_changes": 1,
    "translated": 1037,
    "translated_words": 5286,
    "translated_percent": 79.8,
    "translated_words_percent": 69.8,
    "translated_chars": 33401,
    "translated_chars_percent": 70.7,
    "total_chars": 47207,
    "fuzzy": 232,
    "fuzzy_percent": 17.8,
    "failing": 62,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/messages/sk/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/sk/"
}