PSI Powers
An endpoint responsible for everything related to PSI Powers in Psychonauts
NOTE: In order to display the images contact the site url without the /api/ endpoint
https://psychonauts-api.vercel.app/api/powers
limit 🖇
Limit the number of Psi Powers you get back from the API", "Nothing to see Here
[
{
"_id": "60a8a18f74e598888ff866a9",
"description": "Allows the user to strike things down using their mind.",
"img": "https://psychonauts-api.vercel.app/images/api/powers/marksmanship.png",
"name": "marksmanship",
"__v": 0
},
{
"_id": "60a8a18f74e598888ff866a8",
"description": "Allows the user to levitate using a levitation ball.",
"img": "https://psychonauts-api.vercel.app/images/api/powers/levitation.png",
"name": "levitation",
"__v": 0
},
{
"_id": "60a8a18f74e598888ff866a5",
"description": "Allows the user to speak to plants.",
"img": "",
"name": "herbaphony",
"__v": 0
},
{
"_id": "60a8a18f74e598888ff866ac",
"description": "Allows the user to create a psychic shield.",
"img": "https://psychonauts-api.vercel.app/images/api/powers/shield.png",
"name": "shield",
"__v": 0
},
{
"_id": "60a8a18f74e598888ff866a7",
"description": "Allows the user to turn invisible for a short period of time.",
"img": "https://psychonauts-api.vercel.app/images/api/powers/invisibility.png",
"name": "invisibility",
"__v": 0
}
]
name 🖇
Get the Psi Power by their unique name", "Nothing to see Here
{
"_id": "60a8a18f74e598888ff866ad",
"description": "Allows the user to move objects with their mind.",
"img": "https://psychonauts-api.vercel.app/images/api/powers/telekinesis.png",
"name": "telekinesis",
"__v": 0
}