Translation projects API.

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

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

{
    "total": 152,
    "total_words": 2456,
    "total_chars": 18266,
    "last_change": "2025-03-08T16:06:34.357074Z",
    "recent_changes": 63,
    "translated": 152,
    "translated_words": 2456,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 18266,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Registration Notification Plugin",
    "url": "http://translate.pkp.sfu.ca/projects/registrationNotification/"
}