Translation projects API.

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

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

{
    "total": 9011,
    "total_words": 110651,
    "last_change": "2024-03-04T15:23:31.696605Z",
    "recent_changes": 170,
    "translated": 3527,
    "translated_words": 35358,
    "translated_percent": 39.1,
    "translated_words_percent": 31.9,
    "translated_chars": 253446,
    "translated_chars_percent": 32.7,
    "total_chars": 774174,
    "fuzzy": 1775,
    "fuzzy_percent": 19.6,
    "failing": 567,
    "failing_percent": 6.2,
    "approved": 8,
    "approved_percent": 0.1,
    "readonly": 118,
    "readonly_percent": 1.3,
    "suggestions": 49,
    "comments": 0,
    "name": "yast-drbd",
    "url": "https://l10n.opensuse.org/projects/yast-drbd/"
}