{"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":[]}],"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."}}}}