Translation projects API.

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

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

{
    "total": 1836,
    "total_words": 2804,
    "total_chars": 19634,
    "last_change": "2024-09-27T12:01:25.903084Z",
    "recent_changes": 534,
    "translated": 1835,
    "translated_words": 2803,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 19630,
    "translated_chars_percent": 99.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 4,
    "fuzzy_chars_percent": 0.1,
    "failing": 12,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "PF2e Rule Element Generator",
    "url": "https://weblate.foundryvtt-hub.com/projects/rule-element-generator/"
}