{% extends "layout.html" %} {% block title %}Search Events - OpenEventDatabase{% endblock %} {% block css %} {% endblock %} {% block head %} {% endblock %} {% block header %}Search Events{% endblock %} {% block content %}
Category of the event (e.g., sport.match.football, culture.festival)
Search for events near a specific location (e.g., 2.3522,48.8566,10000 for events within 10km of Paris)
Search for events within a geographic bounding box
Search for events associated with a specific OpenStreetMap ID
Search for events associated with a specific Wikidata ID
Maximum number of results to return (default: 200)
Controls the level of detail in the geometry portion of the response
Draw a polygon on the map to define the search area, or use the form fields above
{% endblock %} {% block scripts %} {% endblock %}