Translation components API.

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

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

{
    "total": 358,
    "total_words": 4237,
    "total_chars": 27760,
    "last_change": "2022-09-28T20:42:55.686755Z",
    "recent_changes": 90,
    "translated": 116,
    "translated_words": 644,
    "translated_percent": 32.4,
    "translated_words_percent": 15.1,
    "translated_chars": 4196,
    "translated_chars_percent": 15.1,
    "fuzzy": 6,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 49,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 311,
    "fuzzy_chars_percent": 1.1,
    "failing": 1,
    "failing_percent": 0.2,
    "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": 9,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://weblate.framasoft.org/projects/mobilizon/backend/nl/",
    "translate_url": "https://weblate.framasoft.org/translate/mobilizon/backend/nl/"
}