Просмотр всех услуг
Информация
| Метод | service/get-all |
| Возвращает | Массив объектов услуг. Описание полей в следующем разделе "Просмотр услуги" |
| Пример URL | https://lazyfox.top/ru/api/v1/service/get-all?key=1dbb8074d9ddb2b92279ecf9df94c2a08152207e49519bc16af878c75e9a04a6 |
Параметры
| Параметр | Тип данных | Описание |
|---|---|---|
| key | Строка | API ключ |
Пример ответа
{
"success": true,
"data": [
{
"service": 25,
"name": "Fast followers",
"name_eng": "Fast followers",
"description": "Fast delivery of followers to your IG account",
"description_eng": "Fast delivery of followers to your IG account",
"category": "Instagram",
"group": "Followers",
"rate": 0.05,
"min": 10,
"max": 10000
},
{
"service": 26,
"name": "Followers RU",
"name_eng" : "Followers RU",
"description": "Followers from a specific GEO",
"description_eng": "Followers from a specific country",
"category": "Instagram",
"group": "Guaranteed followers",
"rate": 0.15,
"min": 10,
"max": 10000
},
{
"service": 27,
"name": "Likes (affiliate)",
"name_eng": "Likes (affiliate)",
"description": "",
"description_eng": "",
"category": "Instagram",
"group": "Likes",
"rate": 0.12,
"min": 50,
"max": 5000
}
]
}
Просмотр услуги
Информация
| Метод | get |
| Возвращает |
Объект услуги:
|
| Пример URL | https://lazyfox.top/ru/api/v1/service/get?id=7&key=1dbb8074d9ddb2b92279ecf9df94c2a08152207e49519bc16af878c75e9a04a6 |
Параметры
| Параметр | Тип данных | Описание |
|---|---|---|
| id | Целое число | ID услуги |
| key | Строка | API ключ |
Пример ответа
{
"success": true,
"data": {
"service": 26,
"name": "Followers RU",
"name_eng": "Followers RU",
"description": "Followers from a specific GEO",
"description_eng": "Followers from a specific country",
"category": "Instagram",
"group": "Guaranteed followers",
"rate": 0.15,
"min": 10,
"max": 10000
}
}