Translation projects API.

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

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

{
    "total": 38812,
    "total_words": 234858,
    "last_change": "2024-03-24T18:27:58.025336Z",
    "recent_changes": 860,
    "translated": 18146,
    "translated_words": 108098,
    "translated_percent": 46.7,
    "translated_words_percent": 46.0,
    "translated_chars": 722876,
    "translated_chars_percent": 46.1,
    "total_chars": 1565083,
    "fuzzy": 5461,
    "fuzzy_percent": 14.0,
    "failing": 2414,
    "failing_percent": 6.2,
    "approved": 119,
    "approved_percent": 0.3,
    "readonly": 506,
    "readonly_percent": 1.3,
    "suggestions": 50,
    "comments": 54,
    "name": "yast-autoinst",
    "url": "https://l10n.opensuse.org/projects/yast-autoinst/"
}