Translation components API.

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

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

{
    "total": 746,
    "total_words": 8243,
    "last_change": "2023-06-22T12:06:08.841096Z",
    "recent_changes": 68,
    "translated": 716,
    "translated_words": 7720,
    "translated_percent": 95.9,
    "translated_words_percent": 93.6,
    "translated_chars": 43868,
    "translated_chars_percent": 93.8,
    "total_chars": 46745,
    "fuzzy": 23,
    "fuzzy_percent": 3.0,
    "failing": 6,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.pdfforge.org/projects/pdfcreator-online/frontend/de/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator-online/frontend/de/"
}