Translation projects API.

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

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

{
    "total": 95157,
    "total_words": 588134,
    "total_chars": 3735993,
    "last_change": "2024-09-08T17:38:22.744790Z",
    "recent_changes": 902,
    "translated": 47892,
    "translated_words": 277776,
    "translated_percent": 50.3,
    "translated_words_percent": 47.2,
    "translated_chars": 1768718,
    "translated_chars_percent": 47.3,
    "fuzzy": 501,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 3402,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 22694,
    "fuzzy_chars_percent": 0.6,
    "failing": 789,
    "failing_percent": 0.8,
    "approved": 1664,
    "approved_percent": 1.7,
    "approved_words": 10532,
    "approved_words_percent": 1.7,
    "approved_chars": 67467,
    "approved_chars_percent": 1.8,
    "readonly": 2734,
    "readonly_percent": 2.8,
    "readonly_words": 16587,
    "readonly_words_percent": 2.8,
    "readonly_chars": 105875,
    "readonly_chars_percent": 2.8,
    "suggestions": 2452,
    "comments": 133,
    "name": "Mobilizon",
    "url": "https://weblate.framasoft.org/projects/mobilizon/"
}