Translation projects API.

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

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

{
    "total": 5929,
    "total_words": 46662,
    "last_change": "2024-03-04T14:51:19.948307Z",
    "recent_changes": 219,
    "translated": 2497,
    "translated_words": 17308,
    "translated_percent": 42.1,
    "translated_words_percent": 37.0,
    "translated_chars": 110759,
    "translated_chars_percent": 37.0,
    "total_chars": 298683,
    "fuzzy": 1202,
    "fuzzy_percent": 20.2,
    "failing": 582,
    "failing_percent": 9.8,
    "approved": 16,
    "approved_percent": 0.2,
    "readonly": 77,
    "readonly_percent": 1.2,
    "suggestions": 9,
    "comments": 7,
    "name": "yast-snapper",
    "url": "https://l10n.opensuse.org/projects/yast-snapper/"
}