Translation projects API.

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

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

{
    "total": 4426,
    "total_words": 44975,
    "last_change": "2023-08-30T21:29:36.663137Z",
    "recent_changes": 65,
    "translated": 3028,
    "translated_words": 31522,
    "translated_percent": 68.4,
    "translated_words_percent": 70.0,
    "translated_chars": 231493,
    "translated_chars_percent": 70.1,
    "total_chars": 329842,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 431,
    "failing_percent": 9.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 382,
    "readonly_percent": 8.6,
    "suggestions": 0,
    "comments": 0,
    "name": "peercoin-net",
    "url": "https://weblate.ppc.lol/projects/peercoin-net/"
}