Translation projects API.

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

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

{
    "total": 30100,
    "total_words": 140788,
    "last_change": "2023-06-27T09:25:56.793460Z",
    "recent_changes": 1529,
    "translated": 22390,
    "translated_words": 96025,
    "translated_percent": 74.3,
    "translated_words_percent": 68.2,
    "translated_chars": 630713,
    "translated_chars_percent": 68.1,
    "total_chars": 924892,
    "fuzzy": 39,
    "fuzzy_percent": 0.1,
    "failing": 964,
    "failing_percent": 3.2,
    "name": "Silence",
    "url": "https://translate.silence.dev/projects/silence/"
}