Translation projects API.

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

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

{
    "total": 536,
    "total_words": 2552,
    "last_change": "2023-09-27T15:44:45.098688Z",
    "recent_changes": 31,
    "translated": 518,
    "translated_words": 1980,
    "translated_percent": 96.6,
    "translated_words_percent": 77.5,
    "translated_chars": 20787,
    "translated_chars_percent": 64.7,
    "total_chars": 32098,
    "fuzzy": 6,
    "fuzzy_percent": 1.1,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Helpdesk",
    "url": "http://weblate.ops404.it/projects/ooops-helpdesk/"
}