Welcome to this documentation
curl --location --request GET 'https://rickandmortyapi.com/api/character/1,183,39'
[ { "id": 0, "name": "string", "status": "string", "species": "string", "type": "string", "gender": "string", "origin": { "name": "string", "url": "string" }, "location": { "name": "string", "url": "string" }, "image": "string", "episode": [ "string" ], "url": "string", "created": "string" } ]