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
  • Before You Begin
  • API Organization
Edit on GitHub
  1. API Basics

Introduction

This is unofficial documentation of TuneIn's Streaming API, used by them to provide web radio streams and podcasts/shows to its users. You are always welcome to contribute.

NextGetting Started

Last updated 2 years ago

This documentation is still in its early stages. You are welcome to contribute, point out unclarity, or add new endpoints/documentation .

Before You Begin

The base URI for all requests is https://opml.radiotime.com you will use this to get the data necessary to stream/play music or podcasts.

API Organization

The API is organized into three parts.

Meaning of different colors within the API Documentation.

Color
Description

Yellow

Simplified explanation/TL:DR or used as a "warning" due to the elements or parameters etc. not being fully understood or unknown meaning of the said element.

Blue

Usually representing a link or information.

Green

Representing something safe.

Red

Representing something unsafe.

via GitHub
1. The API basics, like this introduction and information on how to get started.
2. T
he endpoints, additional information on their response fields/data and how to stream music from the API.
3. Credits, helpful resources & basis for the documentation.
👋
Page cover image