Translation projects API.

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

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

{
    "total": 19096,
    "total_words": 172403,
    "last_change": "2023-03-05T13:26:32.164459Z",
    "recent_changes": 318,
    "translated": 9792,
    "translated_words": 68549,
    "translated_percent": 51.2,
    "translated_words_percent": 39.7,
    "translated_chars": 487779,
    "translated_chars_percent": 39.6,
    "total_chars": 1229844,
    "fuzzy": 2491,
    "fuzzy_percent": 13.0,
    "failing": 873,
    "failing_percent": 4.5,
    "approved": 26,
    "approved_percent": 0.1,
    "readonly": 248,
    "readonly_percent": 1.2,
    "suggestions": 23,
    "comments": 0,
    "name": "yast-ncurses-pkg",
    "url": "https://l10n.opensuse.org/projects/yast-ncurses-pkg/"
}