Translation components API.

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

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

{
    "total": 144,
    "total_words": 1409,
    "total_chars": 18958,
    "last_change": "2023-09-08T17:10:04.406123Z",
    "recent_changes": 102,
    "translated": 144,
    "translated_words": 1409,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 18958,
    "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": 41,
    "approved_percent": 28.4,
    "approved_words": 177,
    "approved_words_percent": 12.5,
    "approved_chars": 1534,
    "approved_chars_percent": 8.0,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 18,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/finances/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/finances/fr/"
}