Translation components API.

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

GET /api/translations/release-notes-opensuse/leap-15_2/ca/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 122,
    "total_words": 2048,
    "last_change": "2022-03-01T10:16:10.493486Z",
    "recent_changes": 5,
    "translated": 122,
    "translated_words": 2048,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 16275,
    "translated_chars_percent": 100.0,
    "total_chars": 16275,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_2/ca/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_2/ca/"
}