Translation projects API.

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

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

{
    "total": 711,
    "total_words": 2582,
    "last_change": "2025-03-25T14:03:32.789002Z",
    "recent_changes": 23,
    "translated": 632,
    "translated_words": 2190,
    "translated_percent": 88.8,
    "translated_words_percent": 84.8,
    "translated_chars": 16148,
    "translated_chars_percent": 81.5,
    "total_chars": 19797,
    "fuzzy": 10,
    "fuzzy_percent": 1.4,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Tools 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-tools-14-0/"
}