{% extends "webui_base.html" %} {% block content %}

{{ title }} API Explorer

Browse entities, test queries, and explore the CiviCRM API.

{% if enable_entity_browser %}

Entity Browser

Browse and search CiviCRM entities with pagination and filtering.

Browse Entities
{% endif %} {% if enable_playground %}

API Playground

Test API queries interactively with a live query builder.

Open Playground
{% endif %}
{% if entities %}

Available Entities

{% for entity in entities %} {{ entity }} {% endfor %}
{% endif %}

Quick Reference

Common API operations:

{% endblock %}