Translation projects API.

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

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

{
    "total": 2878985,
    "total_words": 48600445,
    "total_chars": 325538692,
    "last_change": "2024-05-07T08:07:13.247718Z",
    "recent_changes": 972,
    "translated": 472899,
    "translated_words": 5195573,
    "translated_percent": 16.4,
    "translated_words_percent": 10.6,
    "translated_chars": 34140764,
    "translated_chars_percent": 10.4,
    "fuzzy": 304547,
    "fuzzy_percent": 10.5,
    "fuzzy_words": 2082876,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 14624167,
    "fuzzy_chars_percent": 4.4,
    "failing": 71180,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 62429,
    "readonly_percent": 2.1,
    "readonly_words": 977356,
    "readonly_words_percent": 2.0,
    "readonly_chars": 6571275,
    "readonly_chars_percent": 2.0,
    "suggestions": 282,
    "comments": 409,
    "name": "Godot Engine",
    "url": "https://hosted.weblate.org/projects/godot-engine/"
}