Translation components API.

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

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

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2024-03-09T22:25:44.322350Z",
    "recent_changes": 2,
    "translated": 1298,
    "translated_words": 7565,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 47207,
    "translated_chars_percent": 100.0,
    "total_chars": 47207,
    "fuzzy": 0,
    "fuzzy_percent": 0.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/messages/co_FR/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/co_FR/"
}