Translation projects API.

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

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

{
    "total": 11858,
    "total_words": 68915,
    "last_change": "2023-04-26T07:19:20.772012Z",
    "recent_changes": 648,
    "translated": 5382,
    "translated_words": 29544,
    "translated_percent": 45.3,
    "translated_words_percent": 42.8,
    "translated_chars": 192350,
    "translated_chars_percent": 43.1,
    "total_chars": 445984,
    "fuzzy": 1315,
    "fuzzy_percent": 11.0,
    "failing": 628,
    "failing_percent": 5.2,
    "approved": 114,
    "approved_percent": 0.9,
    "readonly": 154,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-nis_server",
    "url": "https://l10n.opensuse.org/projects/yast-nis_server/"
}