Translation projects API.

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

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

{
    "total": 3836,
    "total_words": 69152,
    "last_change": "2023-03-03T10:17:41.524861Z",
    "recent_changes": 332,
    "translated": 3171,
    "translated_words": 43539,
    "translated_percent": 82.6,
    "translated_words_percent": 62.9,
    "translated_chars": 290267,
    "translated_chars_percent": 63.1,
    "total_chars": 459583,
    "fuzzy": 234,
    "fuzzy_percent": 6.1,
    "failing": 176,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 124,
    "readonly_percent": 3.2,
    "suggestions": 10,
    "comments": 135,
    "name": "yast-slide-show",
    "url": "https://l10n.opensuse.org/projects/yast-slide-show/"
}