Translation projects API.

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

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

{
    "total": 28798,
    "total_words": 240625,
    "last_change": "2023-03-12T17:57:51.917058Z",
    "recent_changes": 759,
    "translated": 13192,
    "translated_words": 97277,
    "translated_percent": 45.8,
    "translated_words_percent": 40.4,
    "translated_chars": 633780,
    "translated_chars_percent": 40.3,
    "total_chars": 1572109,
    "fuzzy": 3725,
    "fuzzy_percent": 12.9,
    "failing": 1772,
    "failing_percent": 6.1,
    "approved": 176,
    "approved_percent": 0.6,
    "readonly": 374,
    "readonly_percent": 1.2,
    "suggestions": 89,
    "comments": 1,
    "name": "yast-dns-server",
    "url": "https://l10n.opensuse.org/projects/yast-dns-server/"
}