Translation projects API.

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

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

{
    "total": 158,
    "total_words": 422,
    "last_change": "2023-09-18T08:40:24.469726Z",
    "recent_changes": 3,
    "translated": 119,
    "translated_words": 336,
    "translated_percent": 75.3,
    "translated_words_percent": 79.6,
    "translated_chars": 2150,
    "translated_chars_percent": 80.7,
    "total_chars": 2662,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Product",
    "url": "http://weblate.ops404.it/projects/ooops-product/"
}