# Endpoints

{% hint style="warning" %}
Endpoint information may be incomplete. You can help by contributing to the project.
{% endhint %}

## 🌐 Browse Endpoint

This endpoint is used to browse through the TuneIn directory and browsing through categories.

{% content-ref url="/pages/qQofEeExkXAbVICZq5xm" %}
[Browse Endpoint](/endpoints-and-streaming/endpoints/browse-endpoint.md)
{% endcontent-ref %}

## 📃️ Describe Endpoint

This endpoint is used to get information about a specific station, show, topic, or podcast.

{% content-ref url="/pages/md0HkC8ROSwuDRJHidXB" %}
[📃️ Describe Endpoint](/endpoints-and-streaming/endpoints/describe-endpoint.md)
{% endcontent-ref %}

## 🔍 Search Endpoint

This endpoint is used to search for stations, shows, topics, and podcasts.

{% content-ref url="/pages/2Ib2hkdxNaOHdObHpSqA" %}
[Search Endpoint](/endpoints-and-streaming/endpoints/search-endpoint.md)
{% endcontent-ref %}

## 🎵 Tune Endpoint

This endpoint is used to get the `.m3u` file needed for streaming.

{% content-ref url="/pages/dq1lHdCLPyWvwwSy4anH" %}
[Tune Endpoint](/endpoints-and-streaming/endpoints/tune-endpoint.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tunein-api.corehacked.com/endpoints-and-streaming/endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
