Translation components API.

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

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

{
    "total": 590,
    "total_words": 3552,
    "last_change": "2022-11-24T18:04:57.505901Z",
    "recent_changes": 1,
    "translated": 144,
    "translated_words": 191,
    "translated_percent": 24.4,
    "translated_words_percent": 5.3,
    "translated_chars": 1152,
    "translated_chars_percent": 5.3,
    "total_chars": 21676,
    "fuzzy": 446,
    "fuzzy_percent": 75.5,
    "failing": 32,
    "failing_percent": 5.4,
    "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/reportit/pl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/reportit/pl/"
}