Translation projects API.

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

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

{
    "total": 11321,
    "total_words": 157161,
    "last_change": "2024-05-03T16:26:36.982828Z",
    "recent_changes": 229,
    "translated": 3669,
    "translated_words": 35395,
    "translated_percent": 32.4,
    "translated_words_percent": 22.5,
    "translated_chars": 255544,
    "translated_chars_percent": 22.6,
    "total_chars": 1130613,
    "fuzzy": 1840,
    "fuzzy_percent": 16.2,
    "failing": 776,
    "failing_percent": 6.8,
    "approved": 56,
    "approved_percent": 0.4,
    "readonly": 148,
    "readonly_percent": 1.3,
    "suggestions": 67,
    "comments": 1,
    "name": "yast-cluster",
    "url": "https://l10n.opensuse.org/projects/yast-cluster/"
}