Translation projects API.

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

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

{
    "total": 778910,
    "total_words": 7637624,
    "last_change": "2024-04-18T01:55:59.958412Z",
    "recent_changes": 4978,
    "translated": 384340,
    "translated_words": 3502658,
    "translated_percent": 49.3,
    "translated_words_percent": 45.8,
    "translated_chars": 25266931,
    "translated_chars_percent": 45.8,
    "total_chars": 55064574,
    "fuzzy": 15601,
    "fuzzy_percent": 2.0,
    "failing": 33362,
    "failing_percent": 4.2,
    "approved": 22946,
    "approved_percent": 2.9,
    "readonly": 60377,
    "readonly_percent": 7.7,
    "suggestions": 2270,
    "comments": 6,
    "name": "uyuni",
    "url": "https://l10n.opensuse.org/projects/uyuni/"
}