Translation projects API.

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

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

{
    "total": 15631,
    "total_words": 115731,
    "last_change": "2023-03-24T00:17:45.569780Z",
    "recent_changes": 668,
    "translated": 9466,
    "translated_words": 67112,
    "translated_percent": 60.5,
    "translated_words_percent": 57.9,
    "translated_chars": 415117,
    "translated_chars_percent": 57.8,
    "total_chars": 717640,
    "fuzzy": 819,
    "fuzzy_percent": 5.2,
    "failing": 705,
    "failing_percent": 4.5,
    "approved": 25,
    "approved_percent": 0.1,
    "readonly": 203,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-sound",
    "url": "https://l10n.opensuse.org/projects/yast-sound/"
}