Translation components API.

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

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

{
    "total": 206,
    "total_words": 1156,
    "last_change": "2022-11-24T18:04:57.376253Z",
    "recent_changes": 1,
    "translated": 47,
    "translated_words": 54,
    "translated_percent": 22.8,
    "translated_words_percent": 4.6,
    "translated_chars": 286,
    "translated_chars_percent": 3.9,
    "total_chars": 7174,
    "fuzzy": 155,
    "fuzzy_percent": 75.2,
    "failing": 7,
    "failing_percent": 3.3,
    "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/gexport/pl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/gexport/pl/"
}