Translation projects API.

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

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

{
    "total": 47151,
    "total_words": 215826,
    "last_change": "2025-05-06T15:57:02.349954Z",
    "recent_changes": 1326,
    "translated": 30816,
    "translated_words": 153698,
    "translated_percent": 65.3,
    "translated_words_percent": 71.2,
    "translated_chars": 937668,
    "translated_chars_percent": 70.5,
    "total_chars": 1329732,
    "fuzzy": 266,
    "fuzzy_percent": 0.5,
    "failing": 257,
    "failing_percent": 0.5,
    "approved": 471,
    "approved_percent": 0.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Peercoin Flutter",
    "url": "https://weblate.ppc.lol/projects/peercoin-flutter/"
}