Skip to content

german-alvarez-dev/api-coasters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Roller coasters API

Public API with a selection of roller coasters around the world => https://coasters-api.herokuapp.com/

All measurements based on the metric system.

Endpoints

HTTP Method URI path Description Example
GET / All records on JSON format Link
GET /coaster/:id Matching ID record on JSON format Link
GET /name/:name Matching name record on JSON format Link
GET /model/:model Matching model records on JSON format Link
GET /country/:country Matching country records on JSON format Link
GET /year/:year Matching year records on JSON format Link
GET /park/:park Matching park records on JSON format Link

JSON response format

{
    "length": 1564,
    "height": 75,
    "speed": 134,
    "inversions": 0,
    "gForce": 3.8,
    "country": "Spain",
    "year": 2012,
    "type": [
      "Roller Coaster",
      "Steel",
      "Sit Down",
      "Extreme"
    ],
    "_id": "5e8ef56a60fa824d1e2db3d9",
    "name": "Shambhala",
    "park": "PortAventura Park",
    "model": "Hyper Coaster",
    "createdAt": "2020-04-09T10:14:02.718Z",
    "updatedAt": "2020-04-09T10:14:02.718Z",
    "__v": 0
  }

JSON response data types

Property Data type
_id String
name String
park String
length Number
height Number
speed Number
inversions Number
gForce Float
country String
year Number
type Array
model String

About

Public API with a selection of roller coasters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published