Translation components API.

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

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

{
    "total": 381,
    "total_words": 2363,
    "last_change": "2023-01-30T15:01:41.065935Z",
    "recent_changes": 9,
    "translated": 156,
    "translated_words": 333,
    "translated_percent": 40.9,
    "translated_words_percent": 14.0,
    "translated_chars": 1953,
    "translated_chars_percent": 13.3,
    "total_chars": 14580,
    "fuzzy": 225,
    "fuzzy_percent": 59.0,
    "failing": 24,
    "failing_percent": 6.2,
    "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/syslog/fr/",
    "translate_url": "http://translate.cacti.net/translate/cacti/syslog/fr/"
}