Translation projects API.

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

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

{
    "total": 35653,
    "total_words": 687999,
    "last_change": "2024-03-22T19:23:23.007466Z",
    "recent_changes": 617,
    "translated": 14654,
    "translated_words": 244837,
    "translated_percent": 41.1,
    "translated_words_percent": 35.5,
    "translated_chars": 1565272,
    "translated_chars_percent": 35.5,
    "total_chars": 4399972,
    "fuzzy": 6594,
    "fuzzy_percent": 18.4,
    "failing": 2891,
    "failing_percent": 8.1,
    "approved": 33,
    "approved_percent": 0.1,
    "readonly": 464,
    "readonly_percent": 1.3,
    "suggestions": 59,
    "comments": 0,
    "name": "yast-printer",
    "url": "https://l10n.opensuse.org/projects/yast-printer/"
}