Discover/Hsprepsports API
live

Hsprepsports APIhsprepsports.com

Access high school sports news, rankings, recruiting updates, and player spotlights from HS PrepSports by searching articles, browsing collections, or reading individual pieces. Stay informed on the latest high school athletic developments with curated content all in one place.

This API takes change requests — .
Endpoint health
monitored
get_article
list_articles
search_articles
Checks pendingself-healing
Endpoints
3
Updated
4h ago
This call costs1 credit / call— charged only on success
Try it
Sport category slug to filter articles. When omitted, returns all recent blog articles.
api.parse.bot/scraper/f5477fc5-256d-43f3-9efb-61fdf2ff7b30/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f5477fc5-256d-43f3-9efb-61fdf2ff7b30/list_articles?sport=football' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalmissing one? ·

Lists articles from the HS PrepSports blog. When sport is provided, returns articles filtered to that sport category. Returns the current article listing without pagination — typically 5–12 articles per category page.

Input
ParamTypeDescription
sportstringSport category slug to filter articles. When omitted, returns all recent blog articles.
Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of articles returned",
    "articles": "array of article summary objects with slug, title, description, author, sport, image_url, published_ago, and url"
  },
  "sample": {
    "count": 12,
    "articles": [
      {
        "url": "https://hsprepsports.com/article/rockfords-athlete-of-the-week-is-built-different-7-6999",
        "slug": "rockfords-athlete-of-the-week-is-built-different-7-6999",
        "sport": "",
        "title": "Rockford's Athlete of the Week Is Built Different",
        "author": "",
        "image_url": "/images/default-article.jpg",
        "description": "",
        "published_ago": ""
      }
    ]
  }
}

About the Hsprepsports API

The Hsprepsports API on Parse exposes 3 endpoints for the publicly available data on hsprepsports.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.