Translation projects API.

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

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

{
    "total": 4543,
    "total_words": 30338,
    "last_change": "2023-07-19T23:38:50.148560Z",
    "recent_changes": 124,
    "translated": 2431,
    "translated_words": 14744,
    "translated_percent": 53.5,
    "translated_words_percent": 48.5,
    "translated_chars": 112335,
    "translated_chars_percent": 49.2,
    "total_chars": 227920,
    "fuzzy": 557,
    "fuzzy_percent": 12.2,
    "failing": 216,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 59,
    "readonly_percent": 1.2,
    "suggestions": 238,
    "comments": 0,
    "name": "yast-slp-server",
    "url": "https://l10n.opensuse.org/projects/yast-slp-server/"
}