Translation components API.

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

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

{
    "total": 27,
    "total_words": 46,
    "total_chars": 293,
    "last_change": "2023-08-30T21:55:39.294947Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 13,
    "translated_percent": 40.7,
    "translated_words_percent": 28.2,
    "translated_chars": 66,
    "translated_chars_percent": 22.5,
    "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": 2,
    "readonly_percent": 7.4,
    "readonly_words": 2,
    "readonly_words_percent": 4.3,
    "readonly_chars": 7,
    "readonly_chars_percent": 2.3,
    "suggestions": 1,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/glossary/th/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/glossary/th/"
}