Translation projects API.

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

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

{
    "total": 17327,
    "total_words": 140296,
    "last_change": "2024-03-04T14:13:28.010364Z",
    "recent_changes": 645,
    "translated": 7109,
    "translated_words": 49064,
    "translated_percent": 41.0,
    "translated_words_percent": 34.9,
    "translated_chars": 340102,
    "translated_chars_percent": 34.9,
    "total_chars": 972289,
    "fuzzy": 3029,
    "fuzzy_percent": 17.4,
    "failing": 1098,
    "failing_percent": 6.3,
    "approved": 66,
    "approved_percent": 0.3,
    "readonly": 226,
    "readonly_percent": 1.3,
    "suggestions": 21,
    "comments": 0,
    "name": "yast-kdump",
    "url": "https://l10n.opensuse.org/projects/yast-kdump/"
}