Translation components API.

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

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

{
    "total": 114,
    "total_words": 552,
    "last_change": "2023-03-17T19:49:15.538750Z",
    "recent_changes": 1,
    "translated": 106,
    "translated_words": 489,
    "translated_percent": 92.9,
    "translated_words_percent": 88.5,
    "translated_chars": 3079,
    "translated_chars_percent": 88.3,
    "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": "nl",
    "name": "Dutch",
    "url": "https://weblate.duniter.org/projects/girala-net/web/nl/",
    "translate_url": "https://weblate.duniter.org/translate/girala-net/web/nl/"
}