Translation projects API.

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

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

{
    "total": 10934,
    "total_words": 78309,
    "last_change": "2023-04-12T09:41:26.939863Z",
    "recent_changes": 528,
    "translated": 3401,
    "translated_words": 21121,
    "translated_percent": 31.1,
    "translated_words_percent": 26.9,
    "translated_chars": 138399,
    "translated_chars_percent": 27.0,
    "total_chars": 512050,
    "fuzzy": 2343,
    "fuzzy_percent": 21.4,
    "failing": 1170,
    "failing_percent": 10.7,
    "approved": 79,
    "approved_percent": 0.7,
    "readonly": 142,
    "readonly_percent": 1.2,
    "suggestions": 55,
    "comments": 0,
    "name": "yast-iscsi-lio-server",
    "url": "https://l10n.opensuse.org/projects/yast-iscsi-lio-server/"
}