Translation projects API.

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

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

{
    "total": 25746,
    "total_words": 302792,
    "last_change": "2023-09-13T05:55:43.445194Z",
    "recent_changes": 334,
    "translated": 7969,
    "translated_words": 92480,
    "translated_percent": 30.9,
    "translated_words_percent": 30.5,
    "translated_chars": 585580,
    "translated_chars_percent": 30.5,
    "total_chars": 1915992,
    "fuzzy": 747,
    "fuzzy_percent": 2.9,
    "failing": 373,
    "failing_percent": 1.4,
    "approved": 52,
    "approved_percent": 0.2,
    "readonly": 348,
    "readonly_percent": 1.3,
    "suggestions": 295,
    "comments": 0,
    "name": "yast-auth-client",
    "url": "https://l10n.opensuse.org/projects/yast-auth-client/"
}