Translation components API.

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

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

{
    "total": 332,
    "total_words": 1916,
    "last_change": null,
    "recent_changes": 0,
    "translated": 315,
    "translated_words": 1792,
    "translated_percent": 94.8,
    "translated_words_percent": 93.5,
    "translated_chars": 10710,
    "translated_chars_percent": 93.1,
    "total_chars": 11500,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "failing": 5,
    "failing_percent": 1.5,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/localizable/uk/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/localizable/uk/"
}