Translation components API.

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

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

{
    "total": 114,
    "total_words": 552,
    "last_change": "2024-06-04T16:55:38.038051Z",
    "recent_changes": 17,
    "translated": 92,
    "translated_words": 394,
    "translated_percent": 80.7,
    "translated_words_percent": 71.3,
    "translated_chars": 2507,
    "translated_chars_percent": 71.9,
    "total_chars": 3484,
    "fuzzy": 3,
    "fuzzy_percent": 2.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 2.6,
    "suggestions": 1,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://weblate.duniter.org/projects/girala-net/web/it/",
    "translate_url": "https://weblate.duniter.org/translate/girala-net/web/it/"
}