Translation components API.

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

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

{
    "total": 827,
    "total_words": 4492,
    "total_chars": 27770,
    "last_change": "2022-01-05T07:59:56.834326Z",
    "recent_changes": 28,
    "translated": 551,
    "translated_words": 2536,
    "translated_percent": 66.6,
    "translated_words_percent": 56.4,
    "translated_chars": 15586,
    "translated_chars_percent": 56.1,
    "fuzzy": 62,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 295,
    "fuzzy_words_percent": 6.5,
    "fuzzy_chars": 1942,
    "fuzzy_chars_percent": 6.9,
    "failing": 44,
    "failing_percent": 5.3,
    "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/gammu/wammu/ca/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/ca/"
}