Translation projects API.

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

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

{
    "total": 19573,
    "total_words": 71713,
    "last_change": "2024-03-19T16:05:51.803823Z",
    "recent_changes": 1100,
    "translated": 6543,
    "translated_words": 23649,
    "translated_percent": 33.4,
    "translated_words_percent": 32.9,
    "translated_chars": 164175,
    "translated_chars_percent": 33.2,
    "total_chars": 493326,
    "fuzzy": 3427,
    "fuzzy_percent": 17.5,
    "failing": 1995,
    "failing_percent": 10.1,
    "approved": 401,
    "approved_percent": 2.0,
    "readonly": 305,
    "readonly_percent": 1.5,
    "suggestions": 109,
    "comments": 0,
    "name": "snapper",
    "url": "https://l10n.opensuse.org/projects/snapper/"
}