Translation components API.

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

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

{
    "total": 37,
    "total_words": 361,
    "total_chars": 2574,
    "last_change": "2023-12-21T23:22:35.235333Z",
    "recent_changes": 2,
    "translated": 9,
    "translated_words": 71,
    "translated_percent": 24.3,
    "translated_words_percent": 19.6,
    "translated_chars": 510,
    "translated_chars_percent": 19.8,
    "fuzzy": 2,
    "fuzzy_percent": 5.4,
    "fuzzy_words": 9,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 42,
    "fuzzy_chars_percent": 1.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 9,
    "approved_percent": 24.3,
    "approved_words": 71,
    "approved_words_percent": 19.6,
    "approved_chars": 510,
    "approved_chars_percent": 19.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/metadata/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/metadata/de/"
}