Translation projects API.

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

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

{
    "total": 21275,
    "total_words": 66931,
    "last_change": "2024-03-17T19:22:26.831875Z",
    "recent_changes": 538,
    "translated": 20944,
    "translated_words": 65084,
    "translated_percent": 98.4,
    "translated_words_percent": 97.2,
    "translated_chars": 391650,
    "translated_chars_percent": 97.0,
    "total_chars": 403622,
    "fuzzy": 35,
    "fuzzy_percent": 0.1,
    "failing": 1909,
    "failing_percent": 8.9,
    "name": "Linphone iPhone",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/"
}