Translation projects API.

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

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

{
    "total": 12245,
    "total_words": 107417,
    "last_change": "2023-05-11T20:31:14.584650Z",
    "recent_changes": 874,
    "translated": 4334,
    "translated_words": 33968,
    "translated_percent": 35.3,
    "translated_words_percent": 31.6,
    "translated_chars": 261204,
    "translated_chars_percent": 31.7,
    "total_chars": 822830,
    "fuzzy": 210,
    "fuzzy_percent": 1.7,
    "failing": 288,
    "failing_percent": 2.3,
    "approved": 4,
    "approved_percent": 0.1,
    "readonly": 160,
    "readonly_percent": 1.3,
    "suggestions": 136,
    "comments": 2,
    "name": "yast-support",
    "url": "https://l10n.opensuse.org/projects/yast-support/"
}