Translation projects API.

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

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

{
    "total": 342,
    "total_words": 5529,
    "last_change": "2024-03-14T18:01:00.428509Z",
    "recent_changes": 102,
    "translated": 303,
    "translated_words": 4692,
    "translated_percent": 88.5,
    "translated_words_percent": 84.8,
    "translated_chars": 33215,
    "translated_chars_percent": 84.6,
    "total_chars": 39216,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 5.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-alternatives",
    "url": "https://l10n.opensuse.org/projects/yast-alternatives/"
}