Translation projects API.

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

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

{
    "total": 1737,
    "total_words": 7101,
    "last_change": "2022-11-23T12:04:59.230669Z",
    "recent_changes": 436,
    "translated": 1394,
    "translated_words": 5699,
    "translated_percent": 80.2,
    "translated_words_percent": 80.2,
    "translated_chars": 36279,
    "translated_chars_percent": 79.5,
    "total_chars": 45621,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 156,
    "failing_percent": 8.9,
    "name": "Linhome",
    "url": "https://weblate.linphone.org/projects/linhome/"
}