Translation projects API.

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

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

{
    "total": 7709,
    "total_words": 92586,
    "total_chars": 605732,
    "last_change": "2024-05-07T07:43:18.846337Z",
    "recent_changes": 391,
    "translated": 6111,
    "translated_words": 81269,
    "translated_percent": 79.2,
    "translated_words_percent": 87.7,
    "translated_chars": 537735,
    "translated_chars_percent": 88.7,
    "fuzzy": 162,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 2542,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 14999,
    "fuzzy_chars_percent": 2.4,
    "failing": 139,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1190,
    "readonly_percent": 15.4,
    "readonly_words": 59832,
    "readonly_words_percent": 64.6,
    "readonly_chars": 408623,
    "readonly_chars_percent": 67.4,
    "suggestions": 121,
    "comments": 9,
    "name": "Lexica",
    "url": "https://hosted.weblate.org/projects/lexica/"
}