Translation components API.

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

GET /api/translations/infinity-engine/wild-mage-additions/sv/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 261,
    "total_words": 8502,
    "last_change": "2022-09-15T14:40:35.077935Z",
    "recent_changes": 8,
    "translated": 11,
    "translated_words": 105,
    "translated_percent": 4.2,
    "translated_words_percent": 1.2,
    "translated_chars": 644,
    "translated_chars_percent": 1.2,
    "total_chars": 49619,
    "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": "sv",
    "name": "Swedish",
    "url": "https://hive.bgforge.net/projects/infinity-engine/wild-mage-additions/sv/",
    "translate_url": "https://hive.bgforge.net/translate/infinity-engine/wild-mage-additions/sv/"
}