{% extends "core_components/site_base.html" %} {% block tabtitle %}Simmate{% endblock %} {% block banner %} {% include "core_components/header.html" %} {% endblock %} {% block body %} {# Header #}

Extras

Additional features that Simmate currently supports. Many more features and utilities can also be found on our Github page.

{# REST API card #}
REST API

This lets you search our database using just a website URL and then returns your data as JSON.

Learn More... View an example!

{% endblock %}