Translation projects API.

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

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

{
    "total": 36339,
    "total_words": 661706,
    "last_change": "2024-03-12T19:42:27.482524Z",
    "recent_changes": 1215,
    "translated": 13978,
    "translated_words": 243067,
    "translated_percent": 38.4,
    "translated_words_percent": 36.7,
    "translated_chars": 1818947,
    "translated_chars_percent": 36.1,
    "total_chars": 5037493,
    "fuzzy": 2750,
    "fuzzy_percent": 7.5,
    "failing": 1292,
    "failing_percent": 3.5,
    "approved": 36,
    "approved_percent": 0.1,
    "readonly": 670,
    "readonly_percent": 1.8,
    "suggestions": 179,
    "comments": 19,
    "name": "Release Notes for openSUSE",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/"
}