{"openapi":"3.2.0","info":{"title":"Spotify Downloader And Scaper API","description":"API to download & Search songs, playlists, and albums, search for tracks, and retrieve details about various music entities.  Key Features:  Download songs, albums, and playlists by their IDs. Search for music content using various query parameters. Access details for tracks, albums, playlists, artists, and users. Generate music recommendations based on user-defined seeds.","version":"1.0.0"},"servers":[{"url":"https://wkual.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/downloadSong":{"get":{"operationId":"get_downloadSong","summary":"Download Song 🎶","description":"Endpoint: GET /downloadSong/:songId  Description: Downloads a song from Spotify using the song ID or URL   Parameters:  - songId (required): The ID or URL(encoded) of the song to download.  Example Request:  ``` GET /downloadSong/3n3Ppam7vgaVa1iaRUc9Lp GET /downloadSong/https%3A%2F%2Fopen.spotify.com%2Ftrack%2F3n3Ppam7vgaVa1iaRUc9Lp ```","parameters":[{"name":"songId","in":"query","required":false,"schema":{"type":"string","example":"https://open.spotify.com/track/7jT3LcNj4XPYOlbNkPWNhU"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}