Translation projects API.

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

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

{
    "total": 8162,
    "total_words": 68453,
    "last_change": "2023-05-11T20:13:12.594148Z",
    "recent_changes": 446,
    "translated": 3992,
    "translated_words": 30902,
    "translated_percent": 48.9,
    "translated_words_percent": 45.1,
    "translated_chars": 227552,
    "translated_chars_percent": 45.3,
    "total_chars": 501578,
    "fuzzy": 1030,
    "fuzzy_percent": 12.6,
    "failing": 490,
    "failing_percent": 6.0,
    "approved": 8,
    "approved_percent": 0.1,
    "readonly": 106,
    "readonly_percent": 1.2,
    "suggestions": 3,
    "comments": 0,
    "name": "yast-instserver",
    "url": "https://l10n.opensuse.org/projects/yast-instserver/"
}