Translation components API.

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

GET /api/translations/girala-net/web/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 114,
    "total_words": 552,
    "last_change": "2023-06-20T14:13:47.835404Z",
    "recent_changes": 23,
    "translated": 107,
    "translated_words": 490,
    "translated_percent": 93.8,
    "translated_words_percent": 88.7,
    "translated_chars": 3087,
    "translated_chars_percent": 88.6,
    "total_chars": 3484,
    "fuzzy": 4,
    "fuzzy_percent": 3.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 2.6,
    "suggestions": 0,
    "comments": 0,
    "code": "en",
    "name": "English",
    "url": "https://weblate.duniter.org/projects/girala-net/web/en/",
    "translate_url": "https://weblate.duniter.org/translate/girala-net/web/en/"
}