Translation projects API.

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

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

{
    "total": 180,
    "total_words": 534,
    "last_change": "2021-12-17T14:10:41.551003Z",
    "recent_changes": 12,
    "translated": 155,
    "translated_words": 467,
    "translated_percent": 86.1,
    "translated_words_percent": 87.4,
    "translated_chars": 3048,
    "translated_chars_percent": 86.8,
    "total_chars": 3508,
    "fuzzy": 3,
    "fuzzy_percent": 1.6,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Commission",
    "url": "http://weblate.ops404.it/projects/ooops-commission/"
}