Read this first
Installation is the shortest path from zero to first successful request. It is the setup guide, not the full reference.
This page is the shortest setup path for new builders. It covers account creation, API key use, the first request to make, and where to go next once the connection works.
Installation is the shortest path from zero to first successful request. It is the setup guide, not the full reference.
Use API Docs for the full endpoint surface, examples, and the raw-versus-curated split.
Use Pricing and FAQ once you know your request shape, quota expectations, and key management pattern.
Register, verify the sign-in flow, and let NFLMeta create the default free account state.
Open Customer Portal and copy the active key you want to use. Every protected request uses the same X-NFLMeta-Key header.
Start with a simple object route like /api/v1/teams/NE or /api/v1/coaches/mike-vrabel so you can confirm auth and payload shape quickly.
Once the key works, move to smaller slice routes and /{field} drilldowns so your client only pulls what it actually needs.
Use one clean object route first so you can confirm auth and response shape before you start composing more specialized calls.
curl -H 'X-NFLMeta-Key: YOUR_KEY' https://nflmeta.org/api/v1/teams/NE/{field} drilldowns when you need one value./reference routes intentionally for table-shaped exports.