···136137Get the current user's information.
13800000000000139### nowplaying
140141Get the currently playing track.
···155```
156157**Returns:**
0158The currently playing track for the specified user.
159160### scrobbles
···175```
176177**Returns:**
0178A list of recently played tracks for the specified user.
179180### my-scrobbles
···189```
190191**Returns:**
0192A list of recently played tracks for the current user.
193194### search
···218```
219220**Returns:**
0221A list of search results based on the specified query and filters.
222223### artists
···239```
240241**Returns:**
0242A list of the user's top artists, including their names and play counts.
243244### albums
···260```
261262**Returns:**
0263A list of the user's top albums, including their names and play counts.
264265### tracks
···281```
282283**Returns:**
0284A list of the user's top tracks, including their names and play counts.
285286### stats
···318```
319320**Returns:**
0321A confirmation message indicating that the API key was created successfully.
322323
···136137Get the current user's information.
138139+**Example:**
140+```json
141+{
142+ "name": "whoami"
143+}
144+```
145+146+**Returns:**
147+148+The current user's information, including their DID, handle, and other relevant details.
149+150### nowplaying
151152Get the currently playing track.
···166```
167168**Returns:**
169+170The currently playing track for the specified user.
171172### scrobbles
···187```
188189**Returns:**
190+191A list of recently played tracks for the specified user.
192193### my-scrobbles
···202```
203204**Returns:**
205+206A list of recently played tracks for the current user.
207208### search
···232```
233234**Returns:**
235+236A list of search results based on the specified query and filters.
237238### artists
···254```
255256**Returns:**
257+258A list of the user's top artists, including their names and play counts.
259260### albums
···276```
277278**Returns:**
279+280A list of the user's top albums, including their names and play counts.
281282### tracks
···298```
299300**Returns:**
301+302A list of the user's top tracks, including their names and play counts.
303304### stats
···336```
337338**Returns:**
339+340A confirmation message indicating that the API key was created successfully.
341342