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": 94888,
    "total_words": 586351,
    "total_chars": 3724311,
    "last_change": "2024-04-18T09:03:08.154575Z",
    "recent_changes": 827,
    "translated": 47071,
    "translated_words": 272621,
    "translated_percent": 49.6,
    "translated_words_percent": 46.4,
    "translated_chars": 1735796,
    "translated_chars_percent": 46.6,
    "fuzzy": 833,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 7603,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 49476,
    "fuzzy_chars_percent": 1.3,
    "failing": 902,
    "failing_percent": 0.9,
    "approved": 1664,
    "approved_percent": 1.7,
    "approved_words": 10532,
    "approved_words_percent": 1.7,
    "approved_chars": 67467,
    "approved_chars_percent": 1.8,
    "readonly": 2714,
    "readonly_percent": 2.8,
    "readonly_words": 16639,
    "readonly_words_percent": 2.8,
    "readonly_chars": 106279,
    "readonly_chars_percent": 2.8,
    "suggestions": 2431,
    "comments": 123,
    "name": "Mobilizon",
    "url": "https://weblate.framasoft.org/projects/mobilizon/"
}