Translation projects API.

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

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

{
    "total": 8512,
    "total_words": 205884,
    "last_change": "2023-01-10T16:14:06.888822Z",
    "recent_changes": 234,
    "translated": 3191,
    "translated_words": 59164,
    "translated_percent": 37.4,
    "translated_words_percent": 28.7,
    "translated_chars": 441621,
    "translated_chars_percent": 28.7,
    "total_chars": 1538012,
    "fuzzy": 213,
    "fuzzy_percent": 2.5,
    "failing": 230,
    "failing_percent": 2.7,
    "approved": 12,
    "approved_percent": 0.1,
    "readonly": 112,
    "readonly_percent": 1.3,
    "suggestions": 14,
    "comments": 0,
    "name": "yast-iplb",
    "url": "https://l10n.opensuse.org/projects/yast-iplb/"
}