Translation projects API.

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

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

{
    "total": 3773,
    "total_words": 8547,
    "last_change": "2023-03-22T07:02:51.229849Z",
    "recent_changes": 135,
    "translated": 2069,
    "translated_words": 4131,
    "translated_percent": 54.8,
    "translated_words_percent": 48.3,
    "translated_chars": 22531,
    "translated_chars_percent": 46.5,
    "total_chars": 48356,
    "fuzzy": 716,
    "fuzzy_percent": 18.9,
    "failing": 214,
    "failing_percent": 5.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 49,
    "readonly_percent": 1.2,
    "suggestions": 82,
    "comments": 0,
    "name": "yast-gtk",
    "url": "https://l10n.opensuse.org/projects/yast-gtk/"
}