Translation projects API.

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

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

{
    "total": 5084,
    "total_words": 45586,
    "last_change": "2024-01-04T10:32:26.441056Z",
    "recent_changes": 318,
    "translated": 1997,
    "translated_words": 15338,
    "translated_percent": 39.2,
    "translated_words_percent": 33.6,
    "translated_chars": 97204,
    "translated_chars_percent": 33.6,
    "total_chars": 288529,
    "fuzzy": 630,
    "fuzzy_percent": 12.3,
    "failing": 168,
    "failing_percent": 3.3,
    "approved": 24,
    "approved_percent": 0.4,
    "readonly": 67,
    "readonly_percent": 1.3,
    "suggestions": 34,
    "comments": 0,
    "name": "yast-firewall",
    "url": "https://l10n.opensuse.org/projects/yast-firewall/"
}