Translation components API.

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

GET /api/translations/contribateliers/contribute/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 180,
    "total_words": 1449,
    "total_chars": 8697,
    "last_change": "2023-06-06T20:12:03.736764Z",
    "recent_changes": 1,
    "translated": 89,
    "translated_words": 431,
    "translated_percent": 49.4,
    "translated_words_percent": 29.7,
    "translated_chars": 2662,
    "translated_chars_percent": 30.6,
    "fuzzy": 36,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 410,
    "fuzzy_words_percent": 28.2,
    "fuzzy_chars": 2618,
    "fuzzy_chars_percent": 30.1,
    "failing": 3,
    "failing_percent": 1.6,
    "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": 13,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://weblate.framasoft.org/projects/contribateliers/contribute/de/",
    "translate_url": "https://weblate.framasoft.org/translate/contribateliers/contribute/de/"
}