Translation projects API.

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

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

{
    "total": 78779,
    "total_words": 562759,
    "last_change": "2024-04-24T10:55:20.837247Z",
    "recent_changes": 596,
    "translated": 39045,
    "translated_words": 262291,
    "translated_percent": 49.5,
    "translated_words_percent": 46.6,
    "translated_chars": 1847561,
    "translated_chars_percent": 46.6,
    "total_chars": 3956338,
    "fuzzy": 7165,
    "fuzzy_percent": 9.0,
    "failing": 6031,
    "failing_percent": 7.6,
    "approved": 190,
    "approved_percent": 0.2,
    "readonly": 1376,
    "readonly_percent": 1.7,
    "suggestions": 569,
    "comments": 605,
    "name": "zypper",
    "url": "https://l10n.opensuse.org/projects/zypper/"
}