DigitalNZ API vs Kingsoft PowerWord (金山词霸)
If you need a Dictionaries API that's easy to integrate, go with DigitalNZ API.
DigitalNZ API
OpenAPI specification of DigitalNZ's Record API. For more information about the API see [digitalnz.org/developers](https://digitalnz.org/developers). To learn more about the metadata/fields use...
Kingsoft PowerWord (金山词霸)
Chinese-English dictionary and translation API from Kingsoft
DigitalNZ API
- Simple API key authentication
- HTTPS supported
Kingsoft PowerWord (金山词霸)
- No authentication required
- No HTTPS support
- Currently flagged as inactive
| Feature | DigitalNZ API | Kingsoft PowerWord (金山词霸) |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | No |
| CORS | Unknown | Unknown |
When to use which?
Kingsoft PowerWord (金山词霸) is the better choice for quick prototypes and hackathons since it requires no authentication. DigitalNZ API supports HTTPS, which is required for production deployments and secure data handling.