Translation projects API.

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

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

{
    "total": 6057,
    "total_words": 21952,
    "total_chars": 147263,
    "last_change": "2024-04-17T15:25:30.981393Z",
    "recent_changes": 16,
    "translated": 4673,
    "translated_words": 16208,
    "translated_percent": 77.1,
    "translated_words_percent": 73.8,
    "translated_chars": 107315,
    "translated_chars_percent": 72.8,
    "fuzzy": 437,
    "fuzzy_percent": 7.2,
    "fuzzy_words": 1794,
    "fuzzy_words_percent": 8.1,
    "fuzzy_chars": 11837,
    "fuzzy_chars_percent": 8.0,
    "failing": 65,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 110,
    "readonly_percent": 1.8,
    "readonly_words": 399,
    "readonly_words_percent": 1.8,
    "readonly_chars": 2676,
    "readonly_chars_percent": 1.8,
    "suggestions": 32,
    "comments": 0,
    "name": "Dialect",
    "url": "https://hosted.weblate.org/projects/dialect/"
}