{% extends "base.html" %} {% from 'macros.html' import fmt_int, fmt_float %} {% block api_active %} active {% endblock %} {% block content %}

JSON API

This site offers a simple JSON API to make it easier to write programs that interact with it.

{% endblock %}