๐Ÿ“ก AYCF Radar

Home โ€บ Guides โ€บ API

The AYCF Radar API โ€” free for bots & AI agents

AYCF Radar exposes its Wizz All You Can Fly data through a free, open, no-key JSON API. Any bot, script, or AI assistant can call it directly โ€” no sign-up, no token. It's designed to be agent-friendly, so you can plug it straight into ChatGPT, Claude, or your own tools.

Base URL: https://aycfradar.com/api ยท Docs for machines: /openapi.json (OpenAPI 3.1) ยท /llms.txt ยท /api (endpoint index)

Endpoints

CallWhat it returns
GET /api/graphEvery city on the pass now + coordinates + its direct destinations. The best single call.
GET /api/search?from=BudapestDirect routes (omit to for "everywhere from here").
GET /api/flights?from=Budapest&to=LondonReal scheduled departure dates/times for a route.
POST /api/flights-batch {"pairs":[["Budapest","London"],โ€ฆ]}Availability + dates for many routes in one call (up to 60).
GET /api/connections?from=Tel%20Aviv&to=Barcelona&stops=21- or 2-stop itineraries with layovers.
GET /api/onward?from=Budapest&to=Dublin&days=30AYCF to a hub + a paid Ryanair leg onward.
GET /api/statusCurrent data window + freshness.

Cities are plain names (Budapest, Tel Aviv). CORS is open (*), so browser-side apps work too. Try one now:

curl "https://aycfradar.com/api/search?from=Budapest&to=London"

Connect it to a Custom GPT (ChatGPT)

A Custom GPT can call this API as an "Action" โ€” this takes about two minutes and needs no key:

  1. In ChatGPT, open Explore GPTs โ†’ Create (or edit an existing GPT), then the Configure tab.
  2. Scroll to Actions โ†’ Create new action.
  3. Click Import from URL and paste: https://aycfradar.com/openapi.json
  4. Set Authentication to None.
  5. Save. Your GPT can now query live AYCF data.

Then give your GPT instructions like: "You help plan Wizz All You Can Fly trips. Use the AYCF Radar actions to find live routes, times, and connections. Always remind the user that seats are confirmed only at booking on Wizz." Try asking it: "Where can I fly from Budapest on the AYCF pass this weekend?"

Use it with Claude or other agents

Claude and other tool-using assistants can read /llms.txt and call the endpoints directly โ€” the API is plain REST over HTTPS with open CORS. If you're building with an agent framework, point it at /openapi.json for a full machine-readable contract, or just fetch the endpoints above.

Fair use

The API is free and rate-limited per IP to keep it healthy for everyone (generous limits; heavy endpoints like connections/onward are capped per minute). It serves publicly-published airline data for planning โ€” please don't hammer it. If you need higher volume for a project, get in touch.

Open AYCF Radar โ†’

Unofficial. Not affiliated with Wizz Air or Ryanair. Times are the published schedule; AYCF seats confirmed only at booking.