Translation components API.

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

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

{
    "total": 53,
    "total_words": 286,
    "total_chars": 1780,
    "last_change": "2023-02-26T21:51:04.504862Z",
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 114,
    "translated_percent": 30.1,
    "translated_words_percent": 39.8,
    "translated_chars": 672,
    "translated_chars_percent": 37.7,
    "fuzzy": 23,
    "fuzzy_percent": 43.3,
    "fuzzy_words": 111,
    "fuzzy_words_percent": 38.8,
    "fuzzy_chars": 679,
    "fuzzy_chars_percent": 38.1,
    "failing": 14,
    "failing_percent": 26.4,
    "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": 1,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/sql-parser/bg/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/sql-parser/bg/"
}