Translation projects API.

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

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

{
    "total": 2081,
    "total_words": 7394,
    "last_change": "2023-10-31T13:47:21.305617Z",
    "recent_changes": 54,
    "translated": 868,
    "translated_words": 2609,
    "translated_percent": 41.7,
    "translated_words_percent": 35.2,
    "translated_chars": 16574,
    "translated_chars_percent": 35.2,
    "total_chars": 47061,
    "fuzzy": 243,
    "fuzzy_percent": 11.6,
    "failing": 56,
    "failing_percent": 2.6,
    "approved": 6,
    "approved_percent": 0.2,
    "readonly": 28,
    "readonly_percent": 1.3,
    "suggestions": 12,
    "comments": 0,
    "name": "yast-journal",
    "url": "https://l10n.opensuse.org/projects/yast-journal/"
}