Translation projects API.

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

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

{
    "total": 459930,
    "total_words": 1453816,
    "total_chars": 10032877,
    "last_change": "2024-04-23T12:59:52.567889Z",
    "recent_changes": 4957,
    "translated": 87446,
    "translated_words": 229756,
    "translated_percent": 19.0,
    "translated_words_percent": 15.8,
    "translated_chars": 1679929,
    "translated_chars_percent": 16.7,
    "fuzzy": 7703,
    "fuzzy_percent": 1.6,
    "failing": 6418,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2403,
    "readonly_percent": 0.5,
    "suggestions": 1764,
    "comments": 10,
    "name": "Switchboard",
    "url": "https://l10n.elementary.io/projects/switchboard/"
}