Translation projects API.

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

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

{
    "total": 28608,
    "total_words": 222698,
    "last_change": "2024-04-28T17:27:15.084133Z",
    "recent_changes": 666,
    "translated": 14540,
    "translated_words": 105112,
    "translated_percent": 50.8,
    "translated_words_percent": 47.1,
    "translated_chars": 730686,
    "translated_chars_percent": 47.5,
    "total_chars": 1538222,
    "fuzzy": 4017,
    "fuzzy_percent": 14.0,
    "failing": 2031,
    "failing_percent": 7.0,
    "approved": 133,
    "approved_percent": 0.4,
    "readonly": 379,
    "readonly_percent": 1.3,
    "suggestions": 111,
    "comments": 0,
    "name": "yast-installation",
    "url": "https://l10n.opensuse.org/projects/yast-installation/"
}