{"openapi":"3.2.0","info":{"title":"Random Cat Facts API","description":"The Random Cat Fact API delivers random and fascinating facts about cats, ideal for pet lovers, apps, or websites looking to share fun feline content.","version":"1.0.0"},"servers":[{"url":"https://mswrl.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"x-agent-commerce":{"catalog_url":"https://mswrl.jojapi.net/_jojapi/agent/plans","discovery_url":"https://mswrl.jojapi.net/.well-known/x402","directory_url":"https://agents.jojapi.net/apis/random-cat-facts","docs":"https://docs.jojapi.com/consumers/agents"},"paths":{"/api/cats":{"get":{"operationId":"get_api_cats","summary":"Cat Facts","description":"`GET /api/cats` returns a single, random cat fact in JSON format.","responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"fact":"The British Shorthair is one of the oldest and most well-known cat breeds, characterized by its round face and dense coat."}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}