Translation projects API.

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

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

{
    "total": 9169,
    "total_words": 59377,
    "last_change": "2024-03-04T08:25:01.646920Z",
    "recent_changes": 314,
    "translated": 3085,
    "translated_words": 18000,
    "translated_percent": 33.6,
    "translated_words_percent": 30.3,
    "translated_chars": 123268,
    "translated_chars_percent": 30.1,
    "total_chars": 408697,
    "fuzzy": 970,
    "fuzzy_percent": 10.5,
    "failing": 386,
    "failing_percent": 4.2,
    "approved": 29,
    "approved_percent": 0.3,
    "readonly": 122,
    "readonly_percent": 1.3,
    "suggestions": 67,
    "comments": 0,
    "name": "yast-services-manager",
    "url": "https://l10n.opensuse.org/projects/yast-services-manager/"
}