Translation projects API.

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

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

{
    "total": 14665,
    "total_words": 38633,
    "total_chars": 249326,
    "last_change": "2024-07-31T18:15:58.993835Z",
    "recent_changes": 5,
    "translated": 8444,
    "translated_words": 20816,
    "translated_percent": 57.5,
    "translated_words_percent": 53.8,
    "translated_chars": 133855,
    "translated_chars_percent": 53.6,
    "fuzzy": 78,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 762,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 4998,
    "fuzzy_chars_percent": 2.0,
    "failing": 1074,
    "failing_percent": 7.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2094,
    "readonly_percent": 14.2,
    "readonly_words": 5517,
    "readonly_words_percent": 14.2,
    "readonly_chars": 35606,
    "readonly_chars_percent": 14.2,
    "suggestions": 57,
    "comments": 0,
    "name": "Pathfinder 1",
    "url": "https://weblate.foundryvtt-hub.com/projects/pf1/"
}