Skip to content

A simple ye powerful api to fetch data on mission impossible movies

Notifications You must be signed in to change notification settings

Sandeep3005/mission-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mission-node-api

A simple yet powerful api to fetch data on mission impossible movies.

Introduction

This is the documentation for Version 2 (V2) of the Mission Impossible API, originally released July 2018.

Response Formats

The default response format is JSON application/json.

Authentication

Currently this API requires no access key for most routes.

All Routes

All routes as hosted on heroku need to be prefixed with https//mission-api.herokuapp.com/

Movies Route

List of all movies
  • GET       movies
Get one particular movie with ID
  • GET       movies/id
Character Route

List of all characters
  • GET       chracters
Get one particular character with ID
  • GET       chracters/name
Get all characters from a particular movie
  • GET       chracters/movie/id

List of some features of API
Generate random team for Ethan
  • GET       /random_team


-###### This API is still work in progress

About

A simple ye powerful api to fetch data on mission impossible movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published