Translation projects API.

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

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

{
    "total": 73879,
    "total_words": 754425,
    "last_change": "2024-04-19T16:47:14.618353Z",
    "recent_changes": 461,
    "translated": 22431,
    "translated_words": 200962,
    "translated_percent": 30.3,
    "translated_words_percent": 26.6,
    "translated_chars": 1254096,
    "translated_chars_percent": 26.5,
    "total_chars": 4726178,
    "fuzzy": 19208,
    "fuzzy_percent": 25.9,
    "failing": 10268,
    "failing_percent": 13.8,
    "approved": 569,
    "approved_percent": 0.7,
    "readonly": 977,
    "readonly_percent": 1.3,
    "suggestions": 276,
    "comments": 5,
    "name": "yast-storage",
    "url": "https://l10n.opensuse.org/projects/yast-storage/"
}