Translation components API.

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

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

{
    "total": 1127,
    "total_words": 3740,
    "last_change": "2022-11-03T15:22:50.144495Z",
    "recent_changes": 3,
    "translated": 14,
    "translated_words": 89,
    "translated_percent": 1.2,
    "translated_words_percent": 2.3,
    "translated_chars": 505,
    "translated_chars_percent": 2.2,
    "total_chars": 22880,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.2,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/master/pt/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-desktop/master/pt/"
}