Translation projects API.

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

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

{
    "total": 24790,
    "total_words": 140257,
    "total_chars": 860119,
    "last_change": "2024-03-25T22:05:12.358750Z",
    "recent_changes": 636,
    "translated": 8715,
    "translated_words": 43455,
    "translated_percent": 35.1,
    "translated_words_percent": 30.9,
    "translated_chars": 265009,
    "translated_chars_percent": 30.8,
    "fuzzy": 795,
    "fuzzy_percent": 3.2,
    "failing": 299,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 301,
    "readonly_percent": 1.2,
    "suggestions": 1355,
    "comments": 4,
    "name": "Installer",
    "url": "https://l10n.elementary.io/projects/installer/"
}