Translation projects API.

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

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

{
    "total": 5599,
    "total_words": 16667,
    "total_chars": 111955,
    "last_change": "2024-02-29T18:51:58.547556Z",
    "recent_changes": 487,
    "translated": 3179,
    "translated_words": 7737,
    "translated_percent": 56.7,
    "translated_words_percent": 46.4,
    "translated_chars": 53760,
    "translated_chars_percent": 48.0,
    "fuzzy": 267,
    "fuzzy_percent": 4.7,
    "failing": 110,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 1.8,
    "suggestions": 691,
    "comments": 1,
    "name": "Calculator",
    "url": "https://l10n.elementary.io/projects/calculator/"
}