Translation projects API.

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

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

{
    "total": 362,
    "total_words": 942,
    "last_change": "2023-03-31T10:46:19.258869Z",
    "recent_changes": 9,
    "translated": 279,
    "translated_words": 737,
    "translated_percent": 77.0,
    "translated_words_percent": 78.2,
    "translated_chars": 4476,
    "translated_chars_percent": 77.4,
    "total_chars": 5780,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Stock",
    "url": "http://weblate.ops404.it/projects/ooops-stock/"
}