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": 4569,
    "total_words": 45729,
    "last_change": "2023-08-30T21:29:36.663137Z",
    "recent_changes": 80,
    "translated": 3066,
    "translated_words": 31718,
    "translated_percent": 67.1,
    "translated_words_percent": 69.3,
    "translated_chars": 233339,
    "translated_chars_percent": 69.1,
    "total_chars": 337629,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 464,
    "failing_percent": 10.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 393,
    "readonly_percent": 8.6,
    "suggestions": 0,
    "comments": 0,
    "name": "peercoin-net",
    "url": "https://weblate.ppc.lol/projects/peercoin-net/"
}