API discovery

PokemonPrice.cards public API and agent discovery

This page documents the public discovery endpoints used by crawlers, AI agents, and integrations. The site exposes read-only metadata, sitemap, health, and markdown negotiation; it does not require authentication for public endpoints.

API catalog

RFC 9727 linkset that points agents to the OpenAPI document, public docs, and service status.

application/linkset+json

/.well-known/api-catalog

OpenAPI description

OpenAPI 3.1 description for the small public discovery surface.

application/vnd.oai.openapi+json

/.well-known/openapi.json

Health endpoint

Machine-readable status for the public site.

application/json

/api/health

OAuth protected resource metadata

Metadata declaring that the current public API has no protected scopes or authorization server requirement.

application/json

/.well-known/oauth-protected-resource

Markdown negotiation

HTML pages also return a markdown representation when a request includes Accept: text/markdown. Browsers continue to receive normal HTML by default.

/articles