{"name":"Anime Scraper API","version":"1.0.0","endpoints":[{"method":"GET","path":"/api/latest","description":"Latest releases","params":"?page=n"},{"method":"GET","path":"/api/genres","description":"List all genres/tags"},{"method":"GET","path":"/api/genre/:genre_name","description":"Videos by genre","params":"?page=n"},{"method":"GET","path":"/api/search","description":"Search videos","params":"?q=query&page=n"},{"method":"GET","path":"/api/video/:video_slug","description":"Video details + media sources"},{"method":"GET","path":"/api/trending","description":"Trending / popular videos"},{"method":"GET","path":"/api/cache/stats","description":"Cache statistics (dev)"},{"method":"DELETE","path":"/api/cache/flush","description":"Flush cache (dev)"},{"method":"GET","path":"/health","description":"Health check"}]}