{% extends "page.html" %} {% block stylesheet %} {{ super() }} {% endblock %} {% block main %}

Explore from your web browser

Use a basic, data-oriented web interface to navigate Tiled.

Explore from Python

Install and use Tiled's Python client from Python, IPython, or Jupyter.

$ pip install tiled[client]
$ python
>>> from tiled.client import from_uri
>>> client = from_uri("{{ api_url }}")

Explore the API

Tiled includes interactive OpenAPI (a.k.a. "Swagger") documentation you can use in your web browser.

The Tiled API can be accessed from any Internet-connected software, including graphical programs that accept URLs and commandline utilities like wget and curl.

Learn

For tutorials, guides, and more details, see Tiled's project documentation.

{% endblock %}