Rhythmverse: Search Songfiles
Rhythmverse via Parse · music
Search and filter rhythm game song files. Supports text search across song titles and artists, combined with instrument/genre/artist filters. Returns paginated results sorted by update date or other fields. Each result includes difficulty ratings per instrument, game format, and download page links. The instrument filter narrows to files that include a charted part for that instrument (e.g. guitar returns only songs with guitar charts). Difficulty values range from 0 (not charted) to 7 (devil-tier). Search and browse rhythm game song files (charts/stems) on RhythmVerse, filtering by instrument, genre, and artist. Fulfilled by Parse from rhythmverse.co.
- entertainment
- marketplace
- music
- parse
- platform-key
- rhythmverse
- rhythmverse-co
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/62112df8-7404-4bf6-8f5a-c989e7da94df/search_songfiles
- Interface artifact
- sha256:16c1a4d2d0247193510f0dfb4abcfffada2496de63b654525aa737b1816287d7
- Manifest digest
- sha256:18afe0a25794f185dea4974ab18a6f3d8c06f415efa931e14d1a9ec9decc3c1f
Request fields
- page (integer): Page number (1-indexed).
- genre (string): Filter by genre code. Use codes from get_filters genres list.: Allowed values: rock, poprock, alternative, glam, popdanceelectronic, country, classicrock, reggaeska, numetal, emo, metal, indierock, punk, new_wave, fusion, grunge, prog, southernrock, novelty, rbsoulfunk, hiphoprap, blues, other, jazz, jrock, classical, world, latin, inspirational
- query (string): Text search query matching song titles and artists. When provided, the search/live endpoint is used.
- artist (string): Filter by artist slug (lowercase, hyphenated, e.g. 'linkin-park'). Only works when query is not provided.
- records (integer): Number of results per page (max 25).
- sort_by (string): Field to sort by. Common values: update_date, release_date, downloads, title, artist.
- instrument (string): Filter by instrument. Use codes from get_filters instruments list.: Allowed values: guitar, bass, bassghl, drums, guitarghl, keys, prokeys, vocals, guitar_coop, probass, prodrums, proguitar, rhythm
- sort_order (string): Sort direction.: Allowed values: ASC, DESC
Example queries
- {"page":"1","genre":"rock","query":"rock","artist":"metallica","records":"5","sort_by":"update_date","instrument":"guitar","sort_order":"ASC"}