Translation projects API.

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

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

{
    "total": 28413,
    "total_words": 242704,
    "last_change": "2024-02-22T10:49:26.600462Z",
    "recent_changes": 277,
    "translated": 13855,
    "translated_words": 107267,
    "translated_percent": 48.7,
    "translated_words_percent": 44.1,
    "translated_chars": 695561,
    "translated_chars_percent": 44.2,
    "total_chars": 1573649,
    "fuzzy": 2848,
    "fuzzy_percent": 10.0,
    "failing": 1271,
    "failing_percent": 4.4,
    "approved": 174,
    "approved_percent": 0.6,
    "readonly": 369,
    "readonly_percent": 1.2,
    "suggestions": 74,
    "comments": 9,
    "name": "yast-dhcp-server",
    "url": "https://l10n.opensuse.org/projects/yast-dhcp-server/"
}