Search tracks
search_tracksSearch Arcalune Music for royalty-free BGM, sound effects, video game fan arrangements, and original vocal songs. Every track streams on YouTube, and the returned youtubeUrl jumps straight to where that track starts. When presenting results to a user, always include the youtubeUrl so they can listen to the track. Free BGM and sound effects allow commercial use without credit; fan arrangements and vocal songs are streaming-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Result order. plays30d / playsAll / favorites / downloads30d / downloadsAll rank by popularity, newest by publish date, title alphabetically. Defaults to default (newest first). | |
| tags | No | Tag ids to filter by (OR condition). Call list_tags first to get valid ids. | |
| limit | No | Maximum number of tracks to return (default 10). | |
| query | No | Free text matched against titles, descriptions, and tag names in both Japanese and English (e.g. 'lofi study', '戦闘'). | |
| locale | No | Language for titles and descriptions in the response. Defaults to ja. | |
| category | No | bgm = free BGM and original music, se = sound effects, arrangement = streaming-only fan arrangements, song = streaming-only original vocal songs, all = everything. Defaults to all. | |
| downloadableOnly | No | Only return tracks whose audio file can be downloaded. Fan arrangements never qualify. |