Get Premium Endpoints
Retrieve all API endpoints that require a premium subscription.
Headers
Response
Successful Response
Response model listing every endpoint that requires a premium subscription.
Attributes: status (bool): Indicates success of the operation. timestamp (str): The ISO formatted timestamp of the response. total (int): Number of premium endpoints. premium_endpoints (List[PremiumEndpointInfo]): Route, name and description for every premium-only endpoint. upgrade_url (str): Where to upgrade to a premium subscription.
Number of premium endpoints.
Route, name and description for every premium-only endpoint.
Indicates whether fetching premium endpoints was successful.
The ISO formatted timestamp when this response was generated.
Where to upgrade to a premium subscription.