Translation projects API.

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

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

{
    "total": 90146,
    "total_words": 313907,
    "total_chars": 2041880,
    "last_change": "2024-03-25T22:15:09.734229Z",
    "recent_changes": 2803,
    "translated": 14552,
    "translated_words": 44559,
    "translated_percent": 16.1,
    "translated_words_percent": 14.1,
    "translated_chars": 291223,
    "translated_chars_percent": 14.2,
    "fuzzy": 1466,
    "fuzzy_percent": 1.6,
    "failing": 1212,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 496,
    "readonly_percent": 0.5,
    "suggestions": 1103,
    "comments": 8,
    "name": "Wingpanel",
    "url": "https://l10n.elementary.io/projects/wingpanel/"
}