Translation components API.

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

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

{
    "total": 81,
    "total_words": 120,
    "total_chars": 845,
    "last_change": "2024-03-26T20:43:16.504185Z",
    "recent_changes": 0,
    "translated": 24,
    "translated_words": 51,
    "translated_percent": 29.6,
    "translated_words_percent": 42.5,
    "translated_chars": 322,
    "translated_chars_percent": 38.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 20.9,
    "readonly_words": 17,
    "readonly_words_percent": 14.1,
    "readonly_chars": 113,
    "readonly_chars_percent": 13.3,
    "suggestions": 1,
    "comments": 0,
    "code": "jv",
    "name": "Javanese",
    "url": "https://hosted.weblate.org/projects/newpipe/glossary/jv/",
    "translate_url": "https://hosted.weblate.org/translate/newpipe/glossary/jv/"
}