Translation projects API.

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

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

{
    "total": 54911,
    "total_words": 485266,
    "last_change": "2024-02-29T16:11:21.062167Z",
    "recent_changes": 336,
    "translated": 29178,
    "translated_words": 243998,
    "translated_percent": 53.1,
    "translated_words_percent": 50.2,
    "translated_chars": 1499308,
    "translated_chars_percent": 50.1,
    "total_chars": 2987613,
    "fuzzy": 5022,
    "fuzzy_percent": 9.1,
    "failing": 2991,
    "failing_percent": 5.4,
    "approved": 199,
    "approved_percent": 0.3,
    "readonly": 718,
    "readonly_percent": 1.3,
    "suggestions": 54,
    "comments": 1,
    "name": "yast-users",
    "url": "https://l10n.opensuse.org/projects/yast-users/"
}