Translation projects API.

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

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

{
    "total": 18037,
    "total_words": 60963,
    "total_chars": 403140,
    "last_change": "2024-03-19T22:01:51.317723Z",
    "recent_changes": 154,
    "translated": 13057,
    "translated_words": 41132,
    "translated_percent": 72.3,
    "translated_words_percent": 67.4,
    "translated_chars": 262842,
    "translated_chars_percent": 65.1,
    "fuzzy": 395,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 2382,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 19898,
    "fuzzy_chars_percent": 4.9,
    "failing": 406,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 5,
    "readonly_words_percent": 0.1,
    "readonly_chars": 34,
    "readonly_chars_percent": 0.1,
    "suggestions": 70,
    "comments": 1,
    "name": "RouteConverter",
    "url": "https://hosted.weblate.org/projects/routeconverter/"
}