Translation projects API.

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

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

{
    "total": 12476,
    "total_words": 227537,
    "last_change": "2024-03-22T19:16:44.102933Z",
    "recent_changes": 272,
    "translated": 6539,
    "translated_words": 101238,
    "translated_percent": 52.4,
    "translated_words_percent": 44.4,
    "translated_chars": 651898,
    "translated_chars_percent": 44.5,
    "total_chars": 1462716,
    "fuzzy": 1185,
    "fuzzy_percent": 9.4,
    "failing": 885,
    "failing_percent": 7.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 163,
    "readonly_percent": 1.3,
    "suggestions": 590,
    "comments": 0,
    "name": "yast-scanner",
    "url": "https://l10n.opensuse.org/projects/yast-scanner/"
}