Translation projects API.

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

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

{
    "total": 23639,
    "total_words": 136752,
    "last_change": "2024-03-04T08:49:14.905733Z",
    "recent_changes": 209,
    "translated": 13858,
    "translated_words": 79118,
    "translated_percent": 58.6,
    "translated_words_percent": 57.8,
    "translated_chars": 511399,
    "translated_chars_percent": 57.3,
    "total_chars": 892353,
    "fuzzy": 1956,
    "fuzzy_percent": 8.2,
    "failing": 1214,
    "failing_percent": 5.1,
    "approved": 24,
    "approved_percent": 0.1,
    "readonly": 307,
    "readonly_percent": 1.2,
    "suggestions": 6,
    "comments": 5,
    "name": "yast-qt-pkg",
    "url": "https://l10n.opensuse.org/projects/yast-qt-pkg/"
}