Translation components API.

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

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

{
    "total": 1786,
    "total_words": 8007,
    "total_chars": 51082,
    "last_change": "2024-05-04T07:05:49.342639Z",
    "recent_changes": 1,
    "translated": 306,
    "translated_words": 1574,
    "translated_percent": 17.1,
    "translated_words_percent": 19.6,
    "translated_chars": 10152,
    "translated_chars_percent": 19.8,
    "fuzzy": 1401,
    "fuzzy_percent": 78.4,
    "fuzzy_words": 6048,
    "fuzzy_words_percent": 75.5,
    "fuzzy_chars": 38663,
    "fuzzy_chars_percent": 75.6,
    "failing": 1226,
    "failing_percent": 68.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "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": "ca",
    "name": "Catalan",
    "url": "https://hosted.weblate.org/projects/galette/galette/ca/",
    "translate_url": "https://hosted.weblate.org/translate/galette/galette/ca/"
}