Translation components API.

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

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

{
    "total": 83,
    "total_words": 976,
    "total_chars": 6123,
    "last_change": "2023-06-26T20:28:22.320569Z",
    "recent_changes": 17,
    "translated": 28,
    "translated_words": 316,
    "translated_percent": 33.7,
    "translated_words_percent": 32.3,
    "translated_chars": 1968,
    "translated_chars_percent": 32.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.funkwhale.audio/projects/documentation/administrator-installation-debian/fr/",
    "translate_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-debian/fr/"
}