DialogueAPI


DialogueAPI is a REST API that serves uniformly and well formatted dialogue. 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 dialogue you need based on movie or series 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: Endpoints, Path, Parameter and authentication. DialogueAPI 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 dialogues that are present.

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

alldiaexample

PARAMETERThis will give give you dialogue based on movie or series name you give. Make sure that movie or series name you entered is same as it would appear in Wikipedia. For example in this the movie or series name we entered is "Harry Potter".

Parameter: https://dpsapi.onrender.com/dialogue/Harry Potter

alldiaexample

Post Here


If you like to contribute your favourite dialogue and see others using it, please click the button down below, make sure that movie or series name are written as it would appear in Wikipedia.