{"openapi":"3.2.0","info":{"title":"Rick and Morty API","description":"All the Rick and Morty information, including images","version":"1.0.0"},"servers":[{"url":"https://rick-and-morty-api.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/character":{"get":{"operationId":"get_character","summary":"Get characters","parameters":[{"name":"name","in":"query","description":"filter by the given name.","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","description":"filter by the given status (alive, dead or unknown).","required":false,"schema":{"type":"string"}},{"name":"species","in":"query","description":"filter by the given species.","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","description":"filter by the given type.","required":false,"schema":{"type":"string"}},{"name":"gender","in":"query","description":"filter by the given gender (female, male, genderless or unknown).","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}]}},"/location":{"get":{"operationId":"get_location","summary":"Get locations","parameters":[{"name":"name","in":"query","description":"filter by the given name.","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","description":"filter by the given type.","required":false,"schema":{"type":"string"}},{"name":"dimension","in":"query","description":"filter by the given dimension.","required":false,"schema":{"type":"string"}}]}},"/episode":{"get":{"operationId":"get_episode","summary":"Get episodes","parameters":[{"name":"name","in":"query","description":"filter by the given name.","required":false,"schema":{"type":"string"}},{"name":"episode","in":"query","description":"filter by the given episode code.","required":false,"schema":{"type":"string"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}