Translation projects API.

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

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

{
    "total": 2267,
    "total_words": 10121,
    "last_change": "2023-03-05T13:22:48.210637Z",
    "recent_changes": 231,
    "translated": 932,
    "translated_words": 3694,
    "translated_percent": 41.1,
    "translated_words_percent": 36.4,
    "translated_chars": 24034,
    "translated_chars_percent": 36.9,
    "total_chars": 65084,
    "fuzzy": 525,
    "fuzzy_percent": 23.1,
    "failing": 168,
    "failing_percent": 7.4,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 46,
    "readonly_percent": 2.0,
    "suggestions": 21,
    "comments": 0,
    "name": "yast-apparmor",
    "url": "https://l10n.opensuse.org/projects/yast-apparmor/"
}