Translation components API.

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

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

{
    "total": 767,
    "total_words": 8597,
    "last_change": "2023-12-13T18:41:59.109431Z",
    "recent_changes": 3,
    "translated": 739,
    "translated_words": 8170,
    "translated_percent": 96.3,
    "translated_words_percent": 95.0,
    "translated_chars": 46310,
    "translated_chars_percent": 95.2,
    "total_chars": 48643,
    "fuzzy": 19,
    "fuzzy_percent": 2.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.pdfforge.org/projects/pdfcreator-online/frontend/ca/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator-online/frontend/ca/"
}