Translation components API.

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

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

{
    "total": 6,
    "total_words": 21,
    "last_change": "2021-03-23T16:14:45.800816Z",
    "recent_changes": 2,
    "translated": 6,
    "translated_words": 21,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 125,
    "translated_chars_percent": 100.0,
    "total_chars": 125,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fr",
    "name": "French",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/chat/fr/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/chat/fr/"
}