Translation projects API.

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

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

{
    "total": 6006,
    "total_words": 40810,
    "last_change": "2023-09-26T15:01:16.637980Z",
    "recent_changes": 388,
    "translated": 3446,
    "translated_words": 20835,
    "translated_percent": 57.3,
    "translated_words_percent": 51.0,
    "translated_chars": 138535,
    "translated_chars_percent": 51.2,
    "total_chars": 270501,
    "fuzzy": 490,
    "fuzzy_percent": 8.1,
    "failing": 308,
    "failing_percent": 5.1,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 78,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-online-update",
    "url": "https://l10n.opensuse.org/projects/yast-online-update/"
}