Translation projects API.

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

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

{
    "total": 1428862,
    "total_words": 15054209,
    "last_change": "2024-04-29T08:44:56.195565Z",
    "recent_changes": 668,
    "translated": 1097133,
    "translated_words": 11530564,
    "translated_percent": 76.7,
    "translated_words_percent": 76.5,
    "translated_chars": 61622124,
    "translated_chars_percent": 76.5,
    "total_chars": 80491489,
    "fuzzy": 12131,
    "fuzzy_percent": 0.8,
    "failing": 124396,
    "failing_percent": 8.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 133071,
    "readonly_percent": 9.3,
    "suggestions": 1334,
    "comments": 110,
    "name": "Fallout",
    "url": "https://hive.bgforge.net/projects/fallout/"
}