Translation projects API.

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

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

{
    "total": 40424,
    "total_words": 154997,
    "last_change": "2024-06-19T12:30:16.279845Z",
    "recent_changes": 1545,
    "translated": 26183,
    "translated_words": 98443,
    "translated_percent": 64.7,
    "translated_words_percent": 63.5,
    "translated_chars": 629369,
    "translated_chars_percent": 64.8,
    "total_chars": 970987,
    "fuzzy": 82,
    "fuzzy_percent": 0.2,
    "failing": 1337,
    "failing_percent": 3.3,
    "name": "Linphone",
    "url": "https://weblate.linphone.org/projects/linphone/"
}