Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2023-12-02T20:08:47.315015Z",
    "recent_changes": 7,
    "translated": 593,
    "translated_words": 2224,
    "translated_percent": 70.5,
    "translated_words_percent": 69.5,
    "translated_chars": 14081,
    "translated_chars_percent": 70.2,
    "total_chars": 20047,
    "fuzzy": 5,
    "fuzzy_percent": 0.5,
    "failing": 16,
    "failing_percent": 1.9,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/es/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/es/"
}