Translation projects API.

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

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

{
    "total": 116,
    "total_words": 284,
    "last_change": "2021-11-09T09:34:24.976996Z",
    "recent_changes": 44,
    "translated": 109,
    "translated_words": 261,
    "translated_percent": 93.9,
    "translated_words_percent": 91.9,
    "translated_chars": 1666,
    "translated_chars_percent": 90.6,
    "total_chars": 1838,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Partner",
    "url": "http://weblate.ops404.it/projects/ooops-partner/"
}