Translation projects API.

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

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

{
    "total": 8407,
    "total_words": 51142,
    "last_change": "2023-01-26T05:43:20.264515Z",
    "recent_changes": 643,
    "translated": 2973,
    "translated_words": 16111,
    "translated_percent": 35.3,
    "translated_words_percent": 31.5,
    "translated_chars": 101183,
    "translated_chars_percent": 31.5,
    "total_chars": 321113,
    "fuzzy": 1609,
    "fuzzy_percent": 19.1,
    "failing": 566,
    "failing_percent": 6.7,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 116,
    "readonly_percent": 1.3,
    "suggestions": 45,
    "comments": 0,
    "name": "yast-vpn",
    "url": "https://l10n.opensuse.org/projects/yast-vpn/"
}