Translation projects API.

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

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

{
    "total": 5018,
    "total_words": 23325,
    "last_change": "2023-10-21T20:57:04.691103Z",
    "recent_changes": 425,
    "translated": 3311,
    "translated_words": 13219,
    "translated_percent": 65.9,
    "translated_words_percent": 56.6,
    "translated_chars": 88740,
    "translated_chars_percent": 58.3,
    "total_chars": 152036,
    "fuzzy": 418,
    "fuzzy_percent": 8.3,
    "failing": 272,
    "failing_percent": 5.4,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 246,
    "readonly_percent": 4.9,
    "suggestions": 4,
    "comments": 1,
    "name": "software-o-o",
    "url": "https://l10n.opensuse.org/projects/software-o-o/"
}