{"success":true,"timestamp":"2026-04-10T10:18:36.972Z","name":"huoka-api","version":"1.0.0","author":"Huoka","base_url":"https://api.huoka.eu.org","endpoints":[{"path":"/yt-search","method":"GET","description":"Search YouTube videos","params":{"q":"Search query (required)","limit":"Max results, default 10, max 30 (optional)"},"example":"/yt-search?q=lofi+hip+hop&limit=5"},{"path":"/yt-song","method":"GET","description":"Search song - youtube","params":{"query":"Song title or YouTube URL (required)"},"example":"/yt-song?query=rewrite+the+stars"},{"path":"/health","method":"GET","description":"Check API health & memory usage","example":"/health"},{"path":"/yt-mp3","method":"GET","description":"Download YouTube audio as MP3 (Streaming)","params":{"url":"Full YouTube video URL (required)"},"example":"/yt-mp3?url=https://www.youtube.com/watch?v=xxxxxxx"}]}