Translation projects API.

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

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

{
    "total": 95157,
    "total_words": 588134,
    "total_chars": 3735993,
    "last_change": "2024-07-19T13:32:19.400758Z",
    "recent_changes": 898,
    "translated": 47797,
    "translated_words": 277020,
    "translated_percent": 50.2,
    "translated_words_percent": 47.1,
    "translated_chars": 1763920,
    "translated_chars_percent": 47.2,
    "fuzzy": 513,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 3544,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 23658,
    "fuzzy_chars_percent": 0.6,
    "failing": 809,
    "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": 2459,
    "comments": 125,
    "name": "Mobilizon",
    "url": "https://weblate.framasoft.org/projects/mobilizon/"
}