Sign inSign up freeAU
Docs · Public API

VenueGuide.au public endpoints

A small set of public, cacheable endpoints for crawlers, partner integrations, and AI assistants. Free for fair use. No API key required.

Sitemap

Plain XML sitemap, regenerated daily.

curl https://venueguide.au/sitemap.xml

llms.txt

Compact map of key pages for LLM crawlers. Honoured by Anthropic, OpenAI, Perplexity, and similar.

curl https://venueguide.au/llms.txt

IndexNow key file

Used by our IndexNow integration with Bing, Yandex, DuckDuckGo, Seznam, Naver and others. The key file is referenced in our IndexNow ping payloads.

curl https://venueguide.au/indexnow-key.txt

JSON feed of recent venues (coming soon)

A JSON Feed 1.1-compliant feed of the 50 most-recently-added or recently-updated venues.

curl https://venueguide.au/feeds/recent-venues.json   # TODO — coming soon

Atom feed of recent venues (coming soon)

curl https://venueguide.au/feeds/recent-venues.atom   # TODO — coming soon

RSS 2.0 feed of recent venues (coming soon)

curl https://venueguide.au/feeds/recent-venues.rss    # TODO — coming soon

Fair use

  • Rate limit: please cap requests at ~60/min from any one IP.
  • Cache the response server-side for at least 1 hour.
  • Identify your crawler with a descriptive User-Agent (no spoofing).
  • Don't republish wholesale. Excerpt + link is welcome.
  • Don't scrape behind authenticated routes (/dashboard, /admin).

Schema.org per venue

Each /venue/<slug>/ page carries a Schema.org graph including LocalBusiness, EventVenue, BreadcrumbList, and (where data is real) Offer. We do not embed fabricated aggregateRating.

Contact for high-volume access

If you need higher-volume access (e.g. you're an AI search engine, an aggregator, or building a partner integration), email [email protected] with subject [API]and what you're building.