General
Retrieve Description
General
Retrieve Description
Retrieve a list of available services along with their details and descriptions.
GET
/
services
curl --request GET \
--url https://undr.sh/items/services/
[
{
"service": "1",
"name": "Followers",
"type": "Default",
"category": "First Category",
"average": "23 minutes",
"description": "Example description",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true,
"cancel": true,
"dripfeed": false
}
]
Response
200
application/json
OK
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://undr.sh/items/services/
[
{
"service": "1",
"name": "Followers",
"type": "Default",
"category": "First Category",
"average": "23 minutes",
"description": "Example description",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true,
"cancel": true,
"dripfeed": false
}
]