Translation projects API.

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

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

{
    "total": 2772,
    "total_words": 22407,
    "last_change": "2024-04-02T04:25:08.882329Z",
    "recent_changes": 220,
    "translated": 1303,
    "translated_words": 10209,
    "translated_percent": 47.0,
    "translated_words_percent": 45.5,
    "translated_chars": 71034,
    "translated_chars_percent": 46.2,
    "total_chars": 153615,
    "fuzzy": 353,
    "fuzzy_percent": 12.7,
    "failing": 188,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 36,
    "readonly_percent": 1.2,
    "suggestions": 3,
    "comments": 0,
    "name": "yast-vm",
    "url": "https://l10n.opensuse.org/projects/yast-vm/"
}