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
service
string
Example:

"1"

name
string
Example:

"Followers"

type
string
Example:

"Default"

category
string
Example:

"First Category"

average
string
Example:

"23 minutes"

description
string
Example:

"Example description"

rate
string
Example:

"0.90"

min
string
Example:

"50"

max
string
Example:

"10000"

refill
boolean
Example:

true

cancel
boolean
Example:

true

dripfeed
boolean
Example:

false