Translation components API.

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

GET /api/translations/pdfcreator-online/frontend/co_FR/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-27T15:58:19.305860Z",
    "recent_changes": 1,
    "translated": 745,
    "translated_words": 8236,
    "translated_percent": 97.1,
    "translated_words_percent": 95.8,
    "translated_chars": 46694,
    "translated_chars_percent": 95.9,
    "total_chars": 48643,
    "fuzzy": 16,
    "fuzzy_percent": 2.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "co_FR",
    "name": "Corsican (France)",
    "url": "https://translate.pdfforge.org/projects/pdfcreator-online/frontend/co_FR/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator-online/frontend/co_FR/"
}