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": 40960,
    "total_words": 181120,
    "last_change": "2024-04-17T16:35:27.044961Z",
    "recent_changes": 1405,
    "translated": 29994,
    "translated_words": 150312,
    "translated_percent": 73.2,
    "translated_words_percent": 82.9,
    "translated_chars": 915878,
    "translated_chars_percent": 81.4,
    "total_chars": 1124320,
    "fuzzy": 190,
    "fuzzy_percent": 0.4,
    "failing": 226,
    "failing_percent": 0.5,
    "approved": 472,
    "approved_percent": 1.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Peercoin Flutter",
    "url": "https://weblate.ppc.lol/projects/peercoin-flutter/"
}