# Peel Tune-in API **Provider:** Peel Tune-in **Category:** auth **Base URL:** `http://hashtag.peel-ci.com/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://hashtag.peel-ci.com/ ## Description The machine learning service APIs utilize hashtags from Twitter to find related, trending shows, related Twitter hashtags in real time and to generate direct tune-in URLs. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://hashtag.peel-ci.com//hashtag/related` | Gets related hashtags for a show. | | GET | `http://hashtag.peel-ci.com//hashtag/trendingShows` | Gets trending shows. | | GET | `http://hashtag.peel-ci.com//hashtag/tuneinlinks` | Gets tunein URLs (links) from either a tweet, hashtags, @mentions, or show ID. | | GET | `http://hashtag.peel-ci.com//health` | Get health of Tune-in service (which includes its uptime). | | GET | `http://hashtag.peel-ci.com//status/{showID}` | Gets the last 100 statuses for this show. | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'http://hashtag.peel-ci.com//hashtag/related' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/peel-tune-in/) — CC BY 4.0*