Developer platform

News Content API

Pull published stories from Yero News into your products. API keys, rate plans, usage metering, and docs — all in one place.

Build on our wire

1. Create an account

Sign up as a reader, then open the Console to issue keys.

Sign upSign in

2. Pick a plan

Free for prototypes. Starter / Pro for production volume and full article bodies.

3. Pull content

Authenticate with X-Api-Key and call the partner endpoints.

Quickstart

export KEY='nws_live_…'

curl -sS "https://yeronews.com/api/v1/news/open/v1/" \
  -H "X-Api-Key: $KEY"

curl -sS "https://yeronews.com/api/v1/news/open/v1/articles/?site=yero&page_size=5" \
  -H "X-Api-Key: $KEY"

Rate limit headers

Successful responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Limit-Day, X-Quota-Limit-Month, and X-News-Plan.