Translation projects API.

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

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

{
    "total": 1678,
    "total_words": 4850,
    "total_chars": 28421,
    "last_change": "2024-01-12T12:49:35.771394Z",
    "recent_changes": 139,
    "translated": 822,
    "translated_words": 2297,
    "translated_percent": 48.9,
    "translated_words_percent": 47.3,
    "translated_chars": 13289,
    "translated_chars_percent": 46.7,
    "fuzzy": 25,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 138,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 764,
    "fuzzy_chars_percent": 2.6,
    "failing": 79,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.3,
    "readonly_words": 6,
    "readonly_words_percent": 0.1,
    "readonly_chars": 45,
    "readonly_chars_percent": 0.1,
    "suggestions": 12,
    "comments": 3,
    "name": "Ghini",
    "url": "https://hosted.weblate.org/projects/ghini/"
}