The Prospector™ API (PAPI) is a powerful RESTful API that provides access to SportNuggets' enhanced real-time news and articles. With PAPI, developers can programmatically retrieve, search, and filter news content to build custom applications, dashboards, and services.
The detailed OpenAPI Specification for the Prospector™ API can be found here. The documentation includes information on authentication, endpoints, request parameters, response formats, and example code snippets.
If you prefer ReDoc rather than the OpenAPI Specification, you can find that here.
A direct link to the OpenAPI JSON file is available here.
When your organization's account is set up for Prospector™ API access, an administrative user is also created. This user can create additional users within your organization (including creating additional administrative users).
Each user can log in to the Account Dashboard to manage their profile, view usage statistics, and generate API keys.
Each user can generate API keys for accessing the Prospector™ API. API keys can be created, viewed, and revoked from the API Keys section of your account Dashboard.
API keys are available to all members of the same organization.
To authenticate API requests, you may use one of the following methods:
X-API-Key header of the request:
X-API-Key: YOUR_API_KEY
?api-key=YOUR_API_KEY
Your administrative user can control which users have access to generate API keys, if needed by your organization.