Ron Swanson Quotes API
Read-only REST API returning random or searched Ron Swanson quotes as a JSON array of strings. No authentication is required. CORS is enabled (Access-Control-Allow-Origin is set to *) so the API can be called directly from browsers. Three endpoints are exposed at the /v2/ base path: GET /quotes returns a single random quote, GET /quotes/{count} returns N random quotes, and GET /quotes/search/{term} returns every quote that contains the given term (case-insensitive).
Documentation
Documentation
https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api
APIReference
Live OpenAPI 3.0 Schema Endpoint