Translation components API.

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

GET /api/translations/mobilizon/frontend/fr_FR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1658,
    "total_words": 9072,
    "total_chars": 57239,
    "last_change": "2024-04-15T05:20:08.116537Z",
    "recent_changes": 1,
    "translated": 1652,
    "translated_words": 9053,
    "translated_percent": 99.6,
    "translated_words_percent": 99.7,
    "translated_chars": 57125,
    "translated_chars_percent": 99.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 31,
    "failing_percent": 1.8,
    "approved": 1307,
    "approved_percent": 78.8,
    "approved_words": 6447,
    "approved_words_percent": 71.0,
    "approved_chars": 40787,
    "approved_chars_percent": 71.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr_FR",
    "name": "French (France)",
    "url": "https://weblate.framasoft.org/projects/mobilizon/frontend/fr_FR/",
    "translate_url": "https://weblate.framasoft.org/translate/mobilizon/frontend/fr_FR/"
}