Translation components API.

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

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

{
    "total": 31,
    "total_words": 693,
    "total_chars": 4307,
    "last_change": "2023-11-07T18:46:17.100464Z",
    "recent_changes": 2,
    "translated": 31,
    "translated_words": 693,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 4307,
    "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": 30,
    "approved_percent": 96.7,
    "approved_words": 686,
    "approved_words_percent": 98.9,
    "approved_chars": 4258,
    "approved_chars_percent": 98.8,
    "readonly": 1,
    "readonly_percent": 3.2,
    "readonly_words": 7,
    "readonly_words_percent": 1.0,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/social_contract/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/social_contract/fr/"
}