Translation projects API.

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

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

{
    "total": 14733,
    "total_words": 76727,
    "total_chars": 460269,
    "last_change": "2024-03-25T22:16:44.693530Z",
    "recent_changes": 352,
    "translated": 1953,
    "translated_words": 8819,
    "translated_percent": 13.2,
    "translated_words_percent": 11.4,
    "translated_chars": 52986,
    "translated_chars_percent": 11.5,
    "fuzzy": 60,
    "fuzzy_percent": 0.4,
    "failing": 26,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 114,
    "readonly_percent": 0.7,
    "suggestions": 596,
    "comments": 3,
    "name": "Tasks",
    "url": "https://l10n.elementary.io/projects/tasks/"
}