Translation components API.

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

GET /api/translations/nickvision-money/app/id/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:50.249906Z",
    "recent_changes": 0,
    "translated": 242,
    "translated_words": 840,
    "translated_percent": 76.8,
    "translated_words_percent": 77.0,
    "translated_chars": 5236,
    "translated_chars_percent": 77.0,
    "fuzzy": 27,
    "fuzzy_percent": 8.5,
    "fuzzy_words": 114,
    "fuzzy_words_percent": 10.4,
    "fuzzy_chars": 774,
    "fuzzy_chars_percent": 11.3,
    "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": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://hosted.weblate.org/projects/nickvision-money/app/id/",
    "translate_url": "https://hosted.weblate.org/translate/nickvision-money/app/id/"
}