Translation projects API.

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

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

{
    "total": 9978,
    "total_words": 33956,
    "total_chars": 213552,
    "last_change": "2024-04-25T08:09:04.824288Z",
    "recent_changes": 268,
    "translated": 2243,
    "translated_words": 7358,
    "translated_percent": 22.4,
    "translated_words_percent": 21.6,
    "translated_chars": 46778,
    "translated_chars_percent": 21.9,
    "fuzzy": 158,
    "fuzzy_percent": 1.5,
    "failing": 227,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 89,
    "readonly_percent": 0.8,
    "suggestions": 188,
    "comments": 2,
    "name": "Screenshot",
    "url": "https://l10n.elementary.io/projects/screenshot/"
}