Translation components API.

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

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

{
    "total": 767,
    "total_words": 8597,
    "last_change": "2024-02-29T10:05:16.764547Z",
    "recent_changes": 1,
    "translated": 746,
    "translated_words": 8243,
    "translated_percent": 97.2,
    "translated_words_percent": 95.8,
    "translated_chars": 46745,
    "translated_chars_percent": 96.0,
    "total_chars": 48643,
    "fuzzy": 15,
    "fuzzy_percent": 1.9,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.pdfforge.org/projects/pdfcreator-online/frontend/da/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator-online/frontend/da/"
}