StoryAPI


StoryAPI is a REST API that serves uniformly and well formatted stories. It can be used without any API token, membership, registration or payment. It supports a filters that can be applied to get just the right story you need based on the story name. The usage is very simple and similar to other RESTful APIs and requires only basic knowledge of HTTP requests and JSON.

Getting Started:


There are 4 main things in API: Endpoint, Path, Parameter and Authentication. StoryAPI doesn't require any authentication to use it.

ENDPOINT: An endpoint is an access point to send the HTTP requests to and get your response.

Endpoint: https://dpsapi.onrender.com/

PATH: This will give all the stories present.

Path: https://dpsapi.onrender.com/story

allstoryexample

PARAMETERThis will give you story based on story name you give. Make sure that story name is written as it would appear in Wikipedia. For example in this case, the story name we entered is "The Elephant Rope".

Parameter: https://dpsapi.onrender.com/story/The Elephant Rope

onestoryexample

Post Here


If you like to contribute your favourite story and see others using it please click the button down below, make sure that story name you write is same as it would appear in Wikipedia.