Translation projects API.

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

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

{
    "total": 308,
    "total_words": 4290,
    "last_change": "2023-02-11T16:19:56.098362Z",
    "recent_changes": 44,
    "translated": 289,
    "translated_words": 3942,
    "translated_percent": 93.8,
    "translated_words_percent": 91.8,
    "translated_chars": 27127,
    "translated_chars_percent": 91.8,
    "total_chars": 29524,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 4.5,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-migration",
    "url": "https://l10n.opensuse.org/projects/yast-migration/"
}