Translation components API.

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

GET /api/translations/cacti/core-v1-2-x/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4562,
    "total_words": 32370,
    "last_change": "2024-03-24T23:34:18.058979Z",
    "recent_changes": 21,
    "translated": 4542,
    "translated_words": 31920,
    "translated_percent": 99.5,
    "translated_words_percent": 98.6,
    "translated_chars": 198739,
    "translated_chars_percent": 98.3,
    "total_chars": 201979,
    "fuzzy": 14,
    "fuzzy_percent": 0.3,
    "failing": 295,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "http://translate.cacti.net/projects/cacti/core-v1-2-x/fr/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core-v1-2-x/fr/"
}