Translation components API.

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

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

{
    "total": 72,
    "total_words": 873,
    "total_chars": 7684,
    "last_change": "2024-11-02T14:09:35.224045Z",
    "recent_changes": 2,
    "translated": 72,
    "translated_words": 873,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 7684,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 46,
    "approved_percent": 63.8,
    "approved_words": 667,
    "approved_words_percent": 76.4,
    "approved_chars": 5912,
    "approved_chars_percent": 76.9,
    "readonly": 6,
    "readonly_percent": 8.3,
    "readonly_words": 11,
    "readonly_words_percent": 1.2,
    "readonly_chars": 110,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.net/projects/tails/openpgp_keys/fr/",
    "translate_url": "https://translate.tails.net/translate/tails/openpgp_keys/fr/"
}