Translation projects API.

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

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

{
    "total": 1560,
    "total_words": 7656,
    "total_chars": 52080,
    "last_change": "2024-02-16T12:02:06.035650Z",
    "recent_changes": 101,
    "translated": 1177,
    "translated_words": 4741,
    "translated_percent": 75.4,
    "translated_words_percent": 61.9,
    "translated_chars": 32002,
    "translated_chars_percent": 61.4,
    "fuzzy": 83,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 1253,
    "fuzzy_words_percent": 16.3,
    "fuzzy_chars": 8365,
    "fuzzy_chars_percent": 16.0,
    "failing": 106,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 130,
    "readonly_percent": 8.3,
    "readonly_words": 638,
    "readonly_words_percent": 8.3,
    "readonly_chars": 4340,
    "readonly_chars_percent": 8.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Mind Map Architect",
    "url": "https://hosted.weblate.org/projects/mmarchitect/"
}