Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2024-01-26T17:42:11.290854Z",
    "recent_changes": 18,
    "translated": 700,
    "translated_words": 2663,
    "translated_percent": 83.3,
    "translated_words_percent": 83.2,
    "translated_chars": 16860,
    "translated_chars_percent": 84.1,
    "total_chars": 20047,
    "fuzzy": 3,
    "fuzzy_percent": 0.3,
    "failing": 12,
    "failing_percent": 1.4,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/pt/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/pt/"
}