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/fi/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": 429,
    "translated_words": 1584,
    "translated_percent": 53.0,
    "translated_words_percent": 50.6,
    "translated_chars": 10243,
    "translated_chars_percent": 52.3,
    "total_chars": 19555,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android-5-1-release/fi/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android-5-1-release/fi/"
}