Translation projects API.

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

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

{
    "total": 22563,
    "total_words": 183801,
    "last_change": "2023-03-05T13:24:20.054226Z",
    "recent_changes": 175,
    "translated": 11115,
    "translated_words": 84853,
    "translated_percent": 49.2,
    "translated_words_percent": 46.1,
    "translated_chars": 567919,
    "translated_chars_percent": 46.2,
    "total_chars": 1227469,
    "fuzzy": 1943,
    "fuzzy_percent": 8.6,
    "failing": 212,
    "failing_percent": 0.9,
    "approved": 5,
    "approved_percent": 0.1,
    "readonly": 294,
    "readonly_percent": 1.3,
    "suggestions": 37,
    "comments": 0,
    "name": "yast-http-server",
    "url": "https://l10n.opensuse.org/projects/yast-http-server/"
}