Translation projects API.

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

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

{
    "total": 792,
    "total_words": 1800,
    "total_chars": 10350,
    "last_change": "2023-08-02T12:54:18.810334Z",
    "recent_changes": 78,
    "translated": 723,
    "translated_words": 1630,
    "translated_percent": 91.2,
    "translated_words_percent": 90.5,
    "translated_chars": 9391,
    "translated_chars_percent": 90.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 98,
    "failing_percent": 12.3,
    "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": "WemaWema",
    "url": "https://weblate.framasoft.org/projects/wemawema/"
}