Translation projects API.

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

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

{
    "total": 3441,
    "total_words": 18264,
    "total_chars": 118575,
    "last_change": "2024-03-06T00:12:49.051274Z",
    "recent_changes": 1615,
    "translated": 2338,
    "translated_words": 12426,
    "translated_percent": 67.9,
    "translated_words_percent": 68.0,
    "translated_chars": 80552,
    "translated_chars_percent": 67.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 55,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 111,
    "readonly_percent": 3.2,
    "suggestions": 535,
    "comments": 7,
    "name": "Store",
    "url": "https://l10n.elementary.io/projects/store/"
}