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/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 122,
    "total_words": 2048,
    "last_change": "2022-09-10T14:57:32.487042Z",
    "recent_changes": 1,
    "translated": 116,
    "translated_words": 1949,
    "translated_percent": 95.0,
    "translated_words_percent": 95.1,
    "translated_chars": 15631,
    "translated_chars_percent": 96.0,
    "total_chars": 16275,
    "fuzzy": 1,
    "fuzzy_percent": 0.8,
    "failing": 1,
    "failing_percent": 0.8,
    "approved": 5,
    "approved_percent": 4.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 1,
    "code": "de",
    "name": "German",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_2/de/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_2/de/"
}