Discover/chosic.com API
live

chosic.com APIchosic.com

Search songs and discover similar tracks via the Chosic API. Filter by energy, happiness, acousticness, and popularity. Returns Spotify IDs, artists, and album art.

Endpoints
2
Updated
4mo ago
Try it
Maximum number of results to return
Search keyword (song title, artist name, or both)
api.parse.bot/scraper/2d0c0106-75f6-4f45-918d-1633cfa4cf74/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/2d0c0106-75f6-4f45-918d-1633cfa4cf74/search_songs?limit=3&query=Bohemian+Rhapsody' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for songs on Chosic. Returns a list of matching songs with their Spotify IDs, titles, artists, and thumbnail images.

Input
ParamTypeDescription
limitintegerMaximum number of results to return
queryrequiredstringSearch keyword (song title, artist name, or both)
Response
{
  "type": "object",
  "fields": {
    "songs": "array of song objects with id, title, artist, and image"
  },
  "sample": {
    "data": {
      "songs": [
        {
          "id": "7tFiyTwD0nx5a1eklYtX2J",
          "image": "https://i.scdn.co/image/ab67616d00004851ce4f1737bc8a646c8c4bd25a",
          "title": "Bohemian Rhapsody - Remastered 2011",
          "artist": "Queen"
        },
        {
          "id": "6vLaKD0HUJ5UtIADG61Fa9",
          "image": "https://i.scdn.co/image/ab67616d00004851ba84c3e2d930822ae1c3ce22",
          "title": "Bohemian Rhapsody - Remastered",
          "artist": "Queen"
        }
      ]
    },
    "status": "success"
  }
}

About the chosic.com API

The Chosic API exposes 2 endpoints for music discovery: search for songs by title or artist, and retrieve similar tracks for any seed song. The get_similar_songs endpoint returns up to the requested number of recommendations with Spotify track IDs, artist names, album names, and thumbnail images, and accepts four audio-feature filters — energy, happiness, acousticness, and popularity — to shape the results toward a target mood or style.

Song Search

The search_songs endpoint accepts a query string (song title, artist name, or a combination) and an optional limit integer. Each result in the returned songs array includes a Spotify-compatible id, a title, an artist string, and an image URL for the track thumbnail. This makes it straightforward to resolve a user-typed query into a concrete Spotify track ID for use in the similarity endpoint.

Similar Song Discovery

The get_similar_songs endpoint identifies tracks similar to a given seed. You can supply either a track_id (Spotify Track ID) directly, or let the API resolve the seed by passing song_title and optionally artist_name. The response includes a seed_track_id field confirming which track was used, alongside a similar_songs array where each object carries id, title, artist, album, and image.

Audio Feature Filtering

Four optional integer parameters (each on a 0–100 scale) let you bias results toward a specific character: energy controls perceived intensity, happiness maps to valence, acousticness targets instrument character, and popularity steers toward well-known or obscure tracks. These filters can be combined freely — for example, requesting low energy plus high acousticness surfaces mellow, acoustic-leaning recommendations without requiring manual playlist curation.

Common use cases
  • Build a 'more like this' feature in a music app using get_similar_songs with a known Spotify track ID
  • Populate a mood-based playlist by filtering similar songs by energy and happiness values
  • Resolve user search queries to Spotify track IDs via search_songs before feeding them into recommendation logic
  • Generate low-energy, high-acousticness playlists for focus or study apps
  • Surface obscure tracks by setting a low popularity filter on get_similar_songs
  • Pre-fill song autocomplete fields in a music tool using the search_songs title and artist fields
  • Enrich a music catalog with album art URLs from the image field returned by both endpoints
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Chosic offer an official developer API?+
Chosic does not publish an official public developer API or documented REST endpoints. The Parse API provides structured programmatic access to the data Chosic surfaces on its website.
What does get_similar_songs return, and how do the audio filters work?+
The endpoint returns a seed_track_id (confirming which track anchored the recommendations) and a similar_songs array. Each song object includes id, title, artist, album, and image. The four optional filter parameters — energy, happiness, acousticness, and popularity — each accept integers from 0 to 100 and can be combined in the same request to steer results toward a target audio profile.
Can I look up a song by Spotify track ID without knowing the title?+
Yes. get_similar_songs accepts track_id directly. If you pass track_id, the song_title and artist_name parameters are ignored. The search_songs endpoint is the intended path for resolving a text query to a Spotify ID first.
Does the API return audio feature scores (e.g. exact BPM, danceability values) for individual tracks?+
Not currently. The API accepts audio feature values as filtering inputs but does not return numeric audio feature scores per track in the response. The response fields are limited to id, title, artist, album, and image. You can fork this API on Parse and revise it to add an endpoint that exposes per-track audio attribute data if Chosic surfaces that information.
Is there a danceability filter available in get_similar_songs?+
The current endpoint exposes four filters: energy, happiness, acousticness, and popularity. Danceability is mentioned in Chosic's interface but is not a supported parameter in this API version. You can fork the API on Parse and revise it to add danceability as an additional filter parameter.
Page content last updated . Spec covers 2 endpoints from chosic.com.
Related APIs in MusicSee all →
whosampled.com API
Discover music samples, covers, and remixes by searching artists and tracks, viewing detailed sample histories, and exploring trending musical connections. Get comprehensive data on which songs sampled specific tracks, artist profiles, and current charts to understand the creative lineage behind your favorite music.
hooktheory.com API
Search through 65,000+ songs to discover their music theory details like chords, melody notes, keys, tempos, and meters. Break down any song into its individual sections and examine the exact notes used in each part.
suno.com API
Discover and browse AI-generated music on Suno by exploring trending songs, curated playlists, and personalized feeds while accessing detailed song metadata like titles, artists, streaming links, and play counts. Build music collections and stay updated on the latest AI-created tracks with comprehensive metadata for each song.
musixmatch.com API
Search for song lyrics, metadata, and translations while discovering artist profiles, discographies, and album details all in one place. Build music apps that let you retrieve complete song information, explore artist catalogs, and discover new music through curated feeds.
lyrics.com API
Search and retrieve song lyrics, artist biographies, and album information across multiple genres and artists. Browse music content by artist, letter, or genre, and discover new or random songs to explore.
tunebat.com API
Search music tracks and retrieve detailed audio characteristics like key, BPM, energy levels, and other metadata to analyze songs or build music applications. Perfect for developers who need comprehensive music data to power recommendations, playlist curation, or music production tools.
rateyourmusic.com API
Search for albums, artists, and genres to retrieve detailed information including release dates, ratings, and chart rankings from Rate Your Music. Browse music charts and explore genre-specific data to discover trends across the catalog.
allmusic.com API
Search for music, browse artist biographies and discographies, and retrieve detailed album and song information all in one place. Discover new releases and access comprehensive metadata about artists and tracks.