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-10-05T17:01:43.992841Z",
    "recent_changes": 1188,
    "translated": 26231,
    "translated_words": 98625,
    "translated_percent": 64.8,
    "translated_words_percent": 63.6,
    "translated_chars": 630446,
    "translated_chars_percent": 64.9,
    "total_chars": 970987,
    "fuzzy": 81,
    "fuzzy_percent": 0.2,
    "failing": 1321,
    "failing_percent": 3.2,
    "name": "Linphone",
    "url": "https://weblate.linphone.org/projects/linphone/"
}