Skip to main content
GET
https://edb-with-gifs-and-images-by-ascendapi.p.rapidapi.com
/
api
/
v1
/
equipments
GetAllEquipments
curl --request GET \
  --url https://edb-with-gifs-and-images-by-ascendapi.p.rapidapi.com/api/v1/equipments \
  --header 'X-RapidAPI-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "name": "<string>"
    }
  ]
}

Authorizations

X-RapidAPI-Key
string
header
required

Enter your RapidAPI key in the X-RapidAPI-Key header.

Response

List all the Equipments.

success
boolean
required

Indicates whether the request was successful

Example:

true

data
Array of Equipments · object[]
required

List all of Equipments.

Last modified on March 24, 2026