Translation projects API.

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

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

{
    "total": 4547,
    "total_words": 36866,
    "last_change": "2024-04-29T09:11:51.125995Z",
    "recent_changes": 191,
    "translated": 2576,
    "translated_words": 15913,
    "translated_percent": 56.6,
    "translated_words_percent": 43.1,
    "translated_chars": 98444,
    "translated_chars_percent": 44.0,
    "total_chars": 223597,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 149,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 251,
    "readonly_percent": 5.5,
    "suggestions": 10,
    "comments": 1,
    "name": "CC: Tweaked",
    "url": "https://i18n.tweaked.cc/projects/cc-tweaked/"
}