Translation components API.

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

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

{
    "total": 126,
    "total_words": 360,
    "last_change": null,
    "recent_changes": 0,
    "translated": 126,
    "translated_words": 360,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 2379,
    "translated_chars_percent": 100.0,
    "total_chars": 2379,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 46,
    "failing_percent": 36.5,
    "code": "nl",
    "name": "Dutch",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/assistantviewscreens/nl/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/assistantviewscreens/nl/"
}