Translation components API.

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

GET /api/translations/fallout/up/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 47080,
    "total_words": 481120,
    "last_change": "2024-05-03T11:40:03.263590Z",
    "recent_changes": 19,
    "translated": 46480,
    "translated_words": 473627,
    "translated_percent": 98.7,
    "translated_words_percent": 98.4,
    "translated_chars": 2530610,
    "translated_chars_percent": 98.4,
    "total_chars": 2571480,
    "fuzzy": 54,
    "fuzzy_percent": 0.1,
    "failing": 731,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 163,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://hive.bgforge.net/projects/fallout/up/pt/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/up/pt/"
}