Translation components API.

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

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

{
    "total": 85,
    "total_words": 331,
    "last_change": "2023-03-10T20:13:50.927620Z",
    "recent_changes": 12,
    "translated": 39,
    "translated_words": 124,
    "translated_percent": 45.8,
    "translated_words_percent": 37.4,
    "translated_chars": 773,
    "translated_chars_percent": 38.5,
    "total_chars": 2004,
    "fuzzy": 20,
    "fuzzy_percent": 23.5,
    "failing": 2,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/eiciel/master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/eiciel/master/pl/"
}