API
http://db.swdrenewedhope.com/ can be queried via http API.
Documentation
The documentation can be found here: http://db.swdrenewedhope.com/api/doc.Examples
/api/public/card/01001 returns data for card 01001Encoding
The response is in ascii encoding. Non-ascii characters are encoded with \uXXXX with XXXX their hexadecimal unicode value.Caching
- Public API responses use both HTTP cache expiration (max-age) and cache validation (last-modified).
Please conform to HTTP Caching best practices when building your queries.
CORS
- Public API responses include a CORS header: Access-Control-Allow-Origin:*