{"openapi":"3.2.0","info":{"title":"Washington Post API","description":"This Unofficial API will retrieve the latest Washington Post articles","version":"1.0.0"},"servers":[{"url":"https://odins.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"x-agent-commerce":{"catalog_url":"https://odins.jojapi.net/_jojapi/agent/plans","discovery_url":"https://odins.jojapi.net/.well-known/x402","directory_url":"https://agents.jojapi.net/apis/washington-post","docs":"https://docs.jojapi.com/consumers/agents"},"paths":{"/categories":{"get":{"operationId":"get_categories","summary":"List All Categories"}},"/news/{category}":{"get":{"operationId":"get_news_category","summary":"List All News","description":"Get News by category and page","parameters":[{"name":"category","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string","title":"page number","example":"1"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}