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-04-03T12:11:37.217288Z",
    "recent_changes": 1716,
    "translated": 25996,
    "translated_words": 97641,
    "translated_percent": 64.3,
    "translated_words_percent": 62.9,
    "translated_chars": 624603,
    "translated_chars_percent": 64.3,
    "total_chars": 970987,
    "fuzzy": 84,
    "fuzzy_percent": 0.2,
    "failing": 1361,
    "failing_percent": 3.3,
    "name": "Linphone",
    "url": "https://weblate.linphone.org/projects/linphone/"
}