{
  "name": "Nebula RA Scraping API",
  "version": "1.0.0",
  "description": "Cloudflare Worker for scraping Resident Advisor data",
  "endpoints": {
    "/": "API documentation (this page)",
    "/health": "Health check endpoint",
    "/scrape": "Scraping endpoints - see /scrape for details"
  },
  "usage": {
    "scraping": "Visit /scrape for detailed scraping API documentation",
    "health": "GET /health for service status"
  },
  "examples": {
    "scrape_event": "/scrape/event/1234567",
    "scrape_by_url": "/scrape/url?url=https://ra.co/events/1234567",
    "health_check": "/health"
  }
}