Translation projects API.

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

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

{
    "total": 42977,
    "total_words": 188624,
    "last_change": "2024-04-26T06:44:27.366924Z",
    "recent_changes": 2317,
    "translated": 23580,
    "translated_words": 95934,
    "translated_percent": 54.8,
    "translated_words_percent": 50.8,
    "translated_chars": 616135,
    "translated_chars_percent": 51.0,
    "total_chars": 1206550,
    "fuzzy": 1235,
    "fuzzy_percent": 2.8,
    "failing": 2040,
    "failing_percent": 4.7,
    "name": "FoE Helper",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/"
}