Translation projects API.

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

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

{
    "total": 708,
    "total_words": 2148,
    "last_change": "2023-09-29T14:11:03.450483Z",
    "recent_changes": 2,
    "translated": 690,
    "translated_words": 2049,
    "translated_percent": 97.4,
    "translated_words_percent": 95.3,
    "translated_chars": 12812,
    "translated_chars_percent": 92.5,
    "total_chars": 13840,
    "fuzzy": 7,
    "fuzzy_percent": 0.9,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Connectors",
    "url": "http://weblate.ops404.it/projects/ooops-connectors/"
}