Translation components API.

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

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

{
    "total": 27,
    "total_words": 45,
    "last_change": "2023-08-18T11:09:33.316215Z",
    "recent_changes": 4,
    "translated": 26,
    "translated_words": 44,
    "translated_percent": 96.2,
    "translated_words_percent": 97.7,
    "translated_chars": 253,
    "translated_chars_percent": 97.6,
    "total_chars": 259,
    "fuzzy": 1,
    "fuzzy_percent": 3.7,
    "failing": 14,
    "failing_percent": 51.8,
    "code": "nl",
    "name": "Dutch",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/audio/nl/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/audio/nl/"
}