Translation projects API.

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

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

{
    "total": 1620,
    "total_words": 5600,
    "last_change": "2024-03-14T17:44:11.872737Z",
    "recent_changes": 924,
    "translated": 1458,
    "translated_words": 5040,
    "translated_percent": 90.0,
    "translated_words_percent": 90.0,
    "translated_chars": 31338,
    "translated_chars_percent": 90.0,
    "total_chars": 34820,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 9,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 81,
    "readonly_percent": 5.0,
    "suggestions": 0,
    "comments": 0,
    "name": "imagewriter2",
    "url": "https://l10n.opensuse.org/projects/imagewriter2/"
}