Translation projects API.

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

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

{
    "total": 86840,
    "total_words": 535340,
    "last_change": "2024-04-09T08:02:19.258196Z",
    "recent_changes": 1263,
    "translated": 37834,
    "translated_words": 228270,
    "translated_percent": 43.5,
    "translated_words_percent": 42.6,
    "translated_chars": 1345808,
    "translated_chars_percent": 42.5,
    "total_chars": 3160105,
    "fuzzy": 25464,
    "fuzzy_percent": 29.3,
    "failing": 15735,
    "failing_percent": 18.1,
    "approved": 607,
    "approved_percent": 0.6,
    "readonly": 1336,
    "readonly_percent": 1.5,
    "suggestions": 113,
    "comments": 4,
    "name": "libstorage",
    "url": "https://l10n.opensuse.org/projects/libstorage/"
}