TuneIn Streaming API (Unofficial)
  • API Basics
    • 👋Introduction
    • 🤔Getting Started
  • Endpoints & Streaming
    • 🔗Endpoints
      • 🌐Browse Endpoint
        • 🔭Browsing Categories
        • 🌏Browse Location IDs
        • 🔎Filter Parameter
      • 📃️ Describe Endpoint
        • 📃Response Fields & Meaning
      • 🔍Search Endpoint
        • 📂Outline Attributes & Meaning
        • 🆔Genre IDs & Meaning
      • 🎵Tune Endpoint
    • 🌊Intro to Streaming
      • 📃The .M3U Extension
      • ❓How to Stream
  • Credits, Basis & Helpful Resources
    • ⛑️Credits, Basis & Helpful Resources
Powered by GitBook
On this page
  • GET /search.ashx
  • Response
  • Genre IDs and their meanings.
  • Outline attributes and their meanings.
Edit on GitHub
  1. Endpoints & Streaming
  2. Endpoints

Search Endpoint

Further information about the search endpoint.

GET /search.ashx

This is the endpoint that allows you to search on TuneIn.

Parameter
Example
Description

query

GitFM

Response

Results found.
<opml version="1">
    <head>
        <title>Search Results: GitFM</title>
        <status>200</status>
    </head>
    <body>
        <outline type="link" text="Artist: GitFM" URL="http://opml.radiotime.com/Browse.ashx?id=a123456" guide_id="a123456" image="http://cdn-albums.tunein.com/gn/example.jpg" has_profile="false"/>
        <outline type="audio" text="GitFM" URL="http://opml.radiotime.com/Tune.ashx?id=a12345" bitrate="128" reliability="99" guide_id="a12345" subtext="Octo - Git gud" genre_id="g61" formats="mp3" playing="Octo - Git gud" show_id="p1234567" item="station" image="http://cdn-profiles.tunein.com/a12345/images/logoq.jpg?t=123456" current_track="C-Section" now_playing_id="a12345" preset_id="a12345"/>
    </body>
</opml>
Results not found.
<opml version="1">
    <head>
        <title>Search Results: GitFM</title>
        <status>200</status>
    </head>
    <body>
        <outline type="text" text="No results for GitFM"/>
    </body>
</opml>

Genre IDs and their meanings.

Outline attributes and their meanings.

PreviousResponse Fields & MeaningNextOutline Attributes & Meaning

Last updated 1 year ago

This is your search query. It needs to be properly .

🔗
🔍
🆔Genre IDs & Meaning
https://github.com/core-hacked/tunein-api/blob/master/endpoints/search-endpoint/outline-attributes-and-meaning.md
URL escaped/encoded