Translation projects API.

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

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

{
    "total": 40810,
    "total_words": 292985,
    "last_change": "2024-03-04T15:16:13.752196Z",
    "recent_changes": 257,
    "translated": 19028,
    "translated_words": 122793,
    "translated_percent": 46.6,
    "translated_words_percent": 41.9,
    "translated_chars": 836714,
    "translated_chars_percent": 42.0,
    "total_chars": 1991990,
    "fuzzy": 6917,
    "fuzzy_percent": 16.9,
    "failing": 2929,
    "failing_percent": 7.1,
    "approved": 181,
    "approved_percent": 0.4,
    "readonly": 530,
    "readonly_percent": 1.2,
    "suggestions": 156,
    "comments": 2,
    "name": "yast-network",
    "url": "https://l10n.opensuse.org/projects/yast-network/"
}