Translation components API.

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

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

{
    "total": 84,
    "total_words": 974,
    "total_chars": 6898,
    "last_change": "2024-05-04T09:35:57.928774Z",
    "recent_changes": 5,
    "translated": 53,
    "translated_words": 678,
    "translated_percent": 63.0,
    "translated_words_percent": 69.6,
    "translated_chars": 4737,
    "translated_chars_percent": 68.6,
    "fuzzy": 18,
    "fuzzy_percent": 21.4,
    "fuzzy_words": 164,
    "fuzzy_words_percent": 16.8,
    "fuzzy_chars": 1248,
    "fuzzy_chars_percent": 18.0,
    "failing": 6,
    "failing_percent": 7.1,
    "approved": 51,
    "approved_percent": 60.7,
    "approved_words": 648,
    "approved_words_percent": 66.5,
    "approved_chars": 4357,
    "approved_chars_percent": 63.1,
    "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": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocupgrade-po/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocupgrade-po/fr/"
}