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

{
    "total": 122,
    "total_words": 2048,
    "last_change": "2024-02-13T15:33:17.309231Z",
    "recent_changes": 1,
    "translated": 33,
    "translated_words": 555,
    "translated_percent": 27.0,
    "translated_words_percent": 27.0,
    "translated_chars": 3953,
    "translated_chars_percent": 24.2,
    "total_chars": 16275,
    "fuzzy": 9,
    "fuzzy_percent": 7.3,
    "failing": 3,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 71,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_2/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_2/gl/"
}