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 01001

Encoding

The response is in ascii encoding. Non-ascii characters are encoded with \uXXXX with XXXX their hexadecimal unicode value.

Caching

Please conform to HTTP Caching best practices when building your queries.

CORS