Translation projects API.

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

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

{
    "total": 92,
    "total_words": 228,
    "last_change": "2023-06-09T15:42:07.063894Z",
    "recent_changes": 1,
    "translated": 88,
    "translated_words": 220,
    "translated_percent": 95.6,
    "translated_words_percent": 96.4,
    "translated_chars": 1224,
    "translated_chars_percent": 96.2,
    "total_chars": 1272,
    "fuzzy": 3,
    "fuzzy_percent": 3.2,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Shiki",
    "url": "http://weblate.ops404.it/projects/ooops-shiki/"
}