{"notice":"New features: Auto-format detection (webp/avif), batch endpoints, animated GIF support, badges/flags, and multi-source fallback.","version":"3.1.0","endpoints":[{"url":"/api/version","description":"Get API version info"},{"url":"/api/:userId","description":"Get avatar JSON info with badges, flags, banner, accent color","params":"?format=png|webp|gif (auto-detects from Accept header)"},{"url":"/api/user/:userId/raw","description":"Get raw Discord user data with all fields including badges (JSON)"},{"url":"/api/pfp/:userId/image","description":"Get avatar image (512px) - supports auto-format","params":"?format=png|webp|gif"},{"url":"/api/pfp/:userId/smallimage","description":"Get avatar image (128px) - supports auto-format","params":"?format=png|webp|gif"},{"url":"/api/pfp/:userId/bigimage","description":"Get avatar image (1024px) - supports auto-format","params":"?format=png|webp|gif"},{"url":"/api/pfp/:userId/superbigimage","description":"Get avatar image (4096px) - supports auto-format","params":"?format=png|webp|gif"},{"url":"/api/pfp/:userId/:size","description":"Get avatar with custom size (16-4096) - supports auto-format","params":"?format=png|webp|gif"},{"url":"/api/banner/:userId","description":"Get banner URL JSON for a user","params":"?size=512&format=png|webp|gif"},{"url":"/api/banner/:userId/image","description":"Get banner image - supports animated banners","params":"?size=512&format=png|webp|gif"},{"url":"/api/batch","description":"NEW: Get multiple users at once (max 50)","params":"?ids=123|456|789&size=512&format=png (supports | , or ;)","example":"/api/batch?ids=773952016036790272|804955810820128798"},{"url":"/api/avatar/:identifier","description":"NEW: Multi-source avatar (Discord + GitHub fallback)","params":"?source=auto|discord|github&size=512","example":"/api/avatar/yellowgreg (GitHub) or /api/avatar/773952016036790272 (Discord)"},{"url":"/api/github/:username","description":"Get GitHub user JSON info"},{"url":"/api/github/:username/pfp","description":"Get GitHub avatar image"},{"url":"/api/github/:username/repos","description":"Get GitHub repositories for user","params":"?limit=30&sort=updated"},{"url":"/api/github/:username/gists","description":"Get GitHub gists for user"},{"url":"/api/status","description":"Get overall API status and uptime"},{"url":"/api/status/services","description":"Get per-service status and uptime"},{"url":"/api/status/embed","description":"Get status badge SVG","params":"?theme=dark|light&size=sm|md|lg"}]}