Translation projects API.

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

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

{
    "total": 30596,
    "total_words": 228330,
    "total_chars": 1554585,
    "last_change": "2025-09-15T00:36:14.964743Z",
    "recent_changes": 176,
    "translated": 19787,
    "translated_words": 140429,
    "translated_percent": 64.6,
    "translated_words_percent": 61.5,
    "translated_chars": 956282,
    "translated_chars_percent": 61.5,
    "fuzzy": 651,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 8837,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 62606,
    "fuzzy_chars_percent": 4.0,
    "failing": 2649,
    "failing_percent": 8.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 712,
    "readonly_percent": 2.3,
    "readonly_words": 737,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2528,
    "readonly_chars_percent": 0.1,
    "suggestions": 100,
    "comments": 2,
    "name": "Immersive Translate",
    "url": "https://weblate.immersivetranslate.com/projects/immersive-translate/"
}