Translation components API.

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

GET /api/translations/linphone/linphone-android-5-1-release/fr_CA/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 808,
    "total_words": 3125,
    "last_change": null,
    "recent_changes": 0,
    "translated": 26,
    "translated_words": 40,
    "translated_percent": 3.2,
    "translated_words_percent": 1.2,
    "translated_chars": 1024,
    "translated_chars_percent": 5.2,
    "total_chars": 19555,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fr_CA",
    "name": "French (Canada)",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android-5-1-release/fr_CA/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android-5-1-release/fr_CA/"
}