Translation components API.

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

GET /api/translations/cacti/core-v1-2-x/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4562,
    "total_words": 32370,
    "last_change": "2022-11-24T18:04:57.957963Z",
    "recent_changes": 16,
    "translated": 4530,
    "translated_words": 31890,
    "translated_percent": 99.2,
    "translated_words_percent": 98.5,
    "translated_chars": 198505,
    "translated_chars_percent": 98.2,
    "total_chars": 201979,
    "fuzzy": 27,
    "fuzzy_percent": 0.5,
    "failing": 308,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "http://translate.cacti.net/projects/cacti/core-v1-2-x/pl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core-v1-2-x/pl/"
}