{"name":"YachtFood API","description":"API for YachtFood recipes and categories","version":"1.0.0","endpoints":[{"path":"/","method":"GET","description":"API description and available endpoints"},{"path":"/health","method":"GET","description":"Health check"},{"path":"/api/categories","method":"GET","description":"Get all recipe categories"},{"path":"/api/recipes","method":"GET","params":{"limit":"number (max 100, default 50)","offset":"number (default 0)","category_id":"string (Airtable ID)"},"description":"Get all recipes with optional filtering and pagination"},{"path":"/api/recipes/:id","method":"GET","params":{"id":"string (Airtable ID)"},"description":"Get a single recipe by ID"}]}