1. Create an account
Sign up as a reader, then open the Console to issue keys.
Sign upSign inDeveloper platform
Pull published stories from Yero News into your products. API keys, rate plans, usage metering, and docs — all in one place.
Sign up as a reader, then open the Console to issue keys.
Sign upSign inFree for prototypes. Starter / Pro for production volume and full article bodies.
Authenticate with X-Api-Key and call the partner endpoints.
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"
Successful responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Limit-Day, X-Quota-Limit-Month, and X-News-Plan.