P

Peel Tune-in API

by Peel Tune-in Free tier

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.

socialpeel-ci

Quick Reference

Base URL http://hashtag.peel-ci.com/ Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation http://hashtag.peel-ci.com/ Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 32% builder-friendly
Pricing
28
Latency
0
Depth
60

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /hashtag/related Gets related hashtags for a show.
GET /hashtag/trendingShows Gets trending shows.
GET /hashtag/tuneinlinks Gets tunein URLs (links) from either a tweet, hashtags, @mentions, or show ID.
GET /health Get health of Tune-in service (which includes its uptime).
GET /status/{showID} Gets the last 100 statuses for this show.

Sample Request

curl -X GET 'http://hashtag.peel-ci.com//hashtag/related' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Peel Tune-in documentation.