
Chinese Text Project is a public API providing online open-access digital library for pre-modern chinese texts.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://ctext.org/tools/api | Primary API endpoint. |
curl -X GET "https://ctext.org/tools/api" \ -H "Accept: application/json"