Translation projects API.

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

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

{
    "total": 1848,
    "total_words": 12705,
    "last_change": "2024-03-04T15:14:57.649643Z",
    "recent_changes": 101,
    "translated": 473,
    "translated_words": 3146,
    "translated_percent": 25.5,
    "translated_words_percent": 24.7,
    "translated_chars": 22181,
    "translated_chars_percent": 25.1,
    "total_chars": 88242,
    "fuzzy": 136,
    "fuzzy_percent": 7.3,
    "failing": 28,
    "failing_percent": 1.5,
    "approved": 18,
    "approved_percent": 0.9,
    "readonly": 24,
    "readonly_percent": 1.2,
    "suggestions": 21,
    "comments": 0,
    "name": "yast-authserver",
    "url": "https://l10n.opensuse.org/projects/yast-authserver/"
}