Translation projects API.

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

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

{
    "total": 3901,
    "total_words": 15019,
    "total_chars": 99096,
    "last_change": "2024-02-15T16:02:01.132728Z",
    "recent_changes": 525,
    "translated": 3082,
    "translated_words": 11181,
    "translated_percent": 79.0,
    "translated_words_percent": 74.4,
    "translated_chars": 73721,
    "translated_chars_percent": 74.3,
    "fuzzy": 16,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 537,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 3502,
    "fuzzy_chars_percent": 3.5,
    "failing": 63,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 20,
    "readonly_chars_percent": 0.1,
    "suggestions": 69,
    "comments": 0,
    "name": "GetBack GPS",
    "url": "https://hosted.weblate.org/projects/getback_gps/"
}