Translation projects API.

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

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

{
    "total": 2530,
    "total_words": 9748,
    "last_change": "2024-01-25T03:04:42.154768Z",
    "recent_changes": 712,
    "translated": 1596,
    "translated_words": 5824,
    "translated_percent": 63.0,
    "translated_words_percent": 59.7,
    "translated_chars": 35476,
    "translated_chars_percent": 60.0,
    "total_chars": 59092,
    "fuzzy": 254,
    "fuzzy_percent": 10.0,
    "failing": 45,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 85,
    "readonly_percent": 3.3,
    "suggestions": 2,
    "comments": 2,
    "name": "eiciel",
    "url": "https://l10n.opensuse.org/projects/eiciel/"
}