Translation projects API.

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

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

{
    "total": 9471,
    "total_words": 64757,
    "last_change": "2023-01-22T23:26:25.339926Z",
    "recent_changes": 828,
    "translated": 4081,
    "translated_words": 24287,
    "translated_percent": 43.0,
    "translated_words_percent": 37.5,
    "translated_chars": 185485,
    "translated_chars_percent": 37.6,
    "total_chars": 492184,
    "fuzzy": 2072,
    "fuzzy_percent": 21.8,
    "failing": 711,
    "failing_percent": 7.5,
    "approved": 19,
    "approved_percent": 0.2,
    "readonly": 123,
    "readonly_percent": 1.2,
    "suggestions": 28,
    "comments": 0,
    "name": "yast-fcoe-client",
    "url": "https://l10n.opensuse.org/projects/yast-fcoe-client/"
}