Translation projects API.

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

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

{
    "total": 20286,
    "total_words": 67320,
    "last_change": "2024-03-17T19:10:38.935443Z",
    "recent_changes": 314,
    "translated": 14201,
    "translated_words": 44361,
    "translated_percent": 70.0,
    "translated_words_percent": 65.8,
    "translated_chars": 272289,
    "translated_chars_percent": 66.1,
    "total_chars": 411840,
    "fuzzy": 394,
    "fuzzy_percent": 1.9,
    "failing": 587,
    "failing_percent": 2.8,
    "name": "Linphone Desktop",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/"
}