API

https://www.sansansouth.com/ can be queried via an http API.

This API is provided for use in deckbuilders, card databases, tournament managers, and other tools that complement playing Android: Netrunner.

All texts are copyrighted by Fantasy Flight Games and/or Null Signal Games.

SanSanDB runs the 2.0 API inherited from NetrunnerDB. Note that card and deck data here reflect the SanSan South instance and the SoCal Eternal ban list, not netrunnerdb.com.


Public and OAuth2

There are two kinds of API endpoints: public and private. Public API endpoints are available to everyone, while private API endpoints use OAuth2 and are only available to registered clients (applications).

If you want private/OAuth2 access for a tool, reach out via the SanSan South Discord or the project's GitHub.

Documentation

The documentation can be found here: https://www.sansansouth.com/api/doc.

Examples

Encoding

The response is encoded in utf-8. The HTTP header is Content-Type:application/json; charset=UTF-8.

Caching

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

CORS