STR:Swate template registry

The STR indexes and hosts templates for Swate. You can learn more about Swate here.

It is intended for 2 main use cases:

  1. Summarize available templates and make them discoverable and inspectable for users that want to use them. This is done by providing a browser website.
  2. Provide programmatic access for downloading Swate templates. This is done by providing Public API Endpoints

Swate template browser

The Swate template browser provides a overview of all available Swate templates. You can browse the list of templates and view details such as tags, author(s), and the template table.


Swate template API

For downstream tools that want to programmatically query and download available Swate templates, STR provides a extensively documented public API.

OpenAPI specs and documentation of this API can be accessed here

Note that templates published on STR are intended to be immutable after publication. Therefore, any endpoints that can push changes to the database are authorization-only, and not intended to be used by any user-facing tool.

If you have good reasons to request an API key for authorizing to these endpoints, feel free to contact us via an GitHub issue.


Frequently asked questions