Translation projects API.

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

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

{
    "total": 2464,
    "total_words": 24101,
    "total_chars": 176022,
    "last_change": "2024-05-27T08:46:57.197827Z",
    "recent_changes": 54,
    "translated": 1116,
    "translated_words": 10104,
    "translated_percent": 45.2,
    "translated_words_percent": 41.9,
    "translated_chars": 75014,
    "translated_chars_percent": 42.6,
    "fuzzy": 299,
    "fuzzy_percent": 12.1,
    "fuzzy_words": 1059,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 10220,
    "fuzzy_chars_percent": 5.8,
    "failing": 161,
    "failing_percent": 6.5,
    "approved": 5,
    "approved_percent": 0.2,
    "approved_words": 169,
    "approved_words_percent": 0.7,
    "approved_chars": 1126,
    "approved_chars_percent": 0.6,
    "readonly": 32,
    "readonly_percent": 1.2,
    "readonly_words": 313,
    "readonly_words_percent": 1.2,
    "readonly_chars": 2286,
    "readonly_chars_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-reipl",
    "url": "https://l10n.opensuse.org/projects/yast-reipl/"
}