View all services

Information

Method service/get-all
Return Array of services objects. Properties description in next section.
URL Example https://lazyfox.top/es/api/v1/service/get-all?key=1dbb8074d9ddb2b92279ecf9df94c2a08152207e49519bc16af878c75e9a04a6

Params

Param Type Description
key String API Token

Response example

{
    "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
        }
    ]
}
    

View service

Information

Method get
Return

service Object:

  • service (int) - ID service
  • name (string) - Name
  • category (string) - Category
  • group (string) - Group
  • rate (float, int) - Price per one
  • min (int) - Minimum number of execution
  • max (int) - Maximum number of execution
URL Example https://lazyfox.top/es/api/v1/service/get?id=7&key=1dbb8074d9ddb2b92279ecf9df94c2a08152207e49519bc16af878c75e9a04a6

Params

Param Type Description
id Integer ID services
key String API Token

Response example

{
    "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
    }
}