Translation projects API.

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

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

{
    "total": 3157,
    "total_words": 14938,
    "last_change": "2023-01-28T13:21:01.732421Z",
    "recent_changes": 348,
    "translated": 1614,
    "translated_words": 6777,
    "translated_percent": 51.1,
    "translated_words_percent": 45.3,
    "translated_chars": 47395,
    "translated_chars_percent": 45.6,
    "total_chars": 103796,
    "fuzzy": 434,
    "fuzzy_percent": 13.7,
    "failing": 116,
    "failing_percent": 3.6,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 41,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-online-update-configuration",
    "url": "https://l10n.opensuse.org/projects/yast-online-update-configuration/"
}