Welcome to this documentation
curl --location --request GET 'https://rickandmortyapi.com/api/episode'
{ "info": { "count": 0, "pages": 0, "next": "string", "prev": null }, "results": [ { "id": 0, "name": "string", "air_date": "string", "episode": "string", "characters": [ "string" ], "url": "string", "created": "string" } ] }