Translation components API.

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

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

{
    "total": 5042,
    "total_words": 35540,
    "last_change": "2024-03-24T23:34:18.021457Z",
    "recent_changes": 23,
    "translated": 1823,
    "translated_words": 6968,
    "translated_percent": 36.1,
    "translated_words_percent": 19.6,
    "translated_chars": 41190,
    "translated_chars_percent": 18.8,
    "total_chars": 218767,
    "fuzzy": 3004,
    "fuzzy_percent": 59.5,
    "failing": 451,
    "failing_percent": 8.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "http://translate.cacti.net/projects/cacti/core/fr/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core/fr/"
}