Translation components API.

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

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

{
    "total": 111,
    "total_words": 540,
    "last_change": "2023-02-07T00:20:55.547100Z",
    "recent_changes": 3,
    "translated": 82,
    "translated_words": 353,
    "translated_percent": 73.8,
    "translated_words_percent": 65.3,
    "translated_chars": 2194,
    "translated_chars_percent": 64.7,
    "total_chars": 3391,
    "fuzzy": 2,
    "fuzzy_percent": 1.8,
    "failing": 1,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 2.7,
    "suggestions": 0,
    "comments": 1,
    "code": "eu",
    "name": "Basque",
    "url": "https://weblate.duniter.org/projects/girala-net/web/eu/",
    "translate_url": "https://weblate.duniter.org/translate/girala-net/web/eu/"
}