Translation projects API.

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

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

{
    "total": 8241,
    "total_words": 75385,
    "last_change": "2024-03-01T11:46:12.265735Z",
    "recent_changes": 229,
    "translated": 4719,
    "translated_words": 36523,
    "translated_percent": 57.2,
    "translated_words_percent": 48.4,
    "translated_chars": 231035,
    "translated_chars_percent": 48.4,
    "total_chars": 477033,
    "fuzzy": 575,
    "fuzzy_percent": 6.9,
    "failing": 353,
    "failing_percent": 4.2,
    "approved": 24,
    "approved_percent": 0.2,
    "readonly": 108,
    "readonly_percent": 1.3,
    "suggestions": 2,
    "comments": 0,
    "name": "yast-update",
    "url": "https://l10n.opensuse.org/projects/yast-update/"
}