Translation components API.

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

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

{
    "total": 2481,
    "total_words": 42838,
    "last_change": "2023-03-12T22:12:16.532156Z",
    "recent_changes": 1,
    "translated": 1,
    "translated_words": 107,
    "translated_percent": 0.1,
    "translated_words_percent": 0.2,
    "translated_chars": 825,
    "translated_chars_percent": 0.2,
    "total_chars": 318359,
    "fuzzy": 1038,
    "fuzzy_percent": 41.8,
    "failing": 496,
    "failing_percent": 19.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/ghc-master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/ghc-master/pl/"
}