Translation components API.

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

GET /api/translations/nickvision-money/app/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 315,
    "total_words": 1090,
    "total_chars": 6799,
    "last_change": "2024-02-02T15:10:48.736405Z",
    "recent_changes": 0,
    "translated": 177,
    "translated_words": 599,
    "translated_percent": 56.1,
    "translated_words_percent": 54.9,
    "translated_chars": 3747,
    "translated_chars_percent": 55.1,
    "fuzzy": 56,
    "fuzzy_percent": 17.7,
    "fuzzy_words": 190,
    "fuzzy_words_percent": 17.4,
    "fuzzy_chars": 1273,
    "fuzzy_chars_percent": 18.7,
    "failing": 16,
    "failing_percent": 5.0,
    "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": 2,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://hosted.weblate.org/projects/nickvision-money/app/da/",
    "translate_url": "https://hosted.weblate.org/translate/nickvision-money/app/da/"
}