Translation projects API.

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

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

{
    "total": 258,
    "total_words": 2229,
    "last_change": "2023-06-19T12:55:46.820103Z",
    "recent_changes": 1,
    "translated": 173,
    "translated_words": 889,
    "translated_percent": 67.0,
    "translated_words_percent": 39.8,
    "translated_chars": 6002,
    "translated_chars_percent": 39.7,
    "total_chars": 15093,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 82,
    "failing_percent": 31.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 16,
    "comments": 0,
    "name": "Worldanvil",
    "url": "http://translation.worldanvil.com/projects/worldanvil/"
}