79081437

Date: 2024-10-12 16:40:28
Score: 0.5
Natty:
Report link

You would need a filter on the API side (e.g. 'https://rickandmortyapi.com/api/character?page_size=2'. Unfortunately I don't see one implemented for the rickandmortyapi.

https://rickandmortyapi.com/documentation/

Instead, it uses pagination through the page parameter, which allows you to fetch results in chunks of 20 by default.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sevic