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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.ascendapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter your RapidAPI key in the X-RapidAPI-Key header.
Was this page helpful?
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>"
}
]
}