Translation projects API.

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

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

{
    "total": 17555,
    "total_words": 105102,
    "last_change": "2021-05-18T15:17:51.610049Z",
    "recent_changes": 94,
    "translated": 7897,
    "translated_words": 39399,
    "translated_percent": 44.9,
    "translated_words_percent": 37.4,
    "translated_chars": 277195,
    "translated_chars_percent": 37.5,
    "total_chars": 739185,
    "fuzzy": 4052,
    "fuzzy_percent": 23.0,
    "failing": 1648,
    "failing_percent": 9.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 228,
    "readonly_percent": 1.2,
    "suggestions": 12,
    "comments": 0,
    "name": "yast-gtk-pkg",
    "url": "https://l10n.opensuse.org/projects/yast-gtk-pkg/"
}