• instagram粉丝点赞购买自助平台api接口文档下载

  • 登录后查看api_key

  • 注册


  • instagram粉丝点赞购买自助平台api接口文档

    HTTP Method POST
    API URL: https://www.igdianzan.com/api/v1
    API Key: key(修改密码后key会变动)
    Response format: JSON

    python3示例:

    import requests,json
    from pprint import pprint
    url = "https://www.igdianzan.com/api/v1"
    data = {
    “key”:“your_key”,
    “action”:“services”
    }

    r = requests.post(url,json=data)
    pprint(r.json())

    services list

    Parameters Description
    key: Your API key
    action: services

    Example response:

    [{‘max’: ‘500’,
    ‘min’: ‘100’,
    ‘name’: ‘Instagram粉丝 [100个5.5元][30天内补粉][速度:每日加30-50个][华人粉,简体+繁体混合]’,
    ‘rate’: ‘55.000000’,
    ‘service’: 3},
    {‘max’: ‘1000’,
    ‘min’: ‘100’,
    ‘name’: ‘Instagram粉丝[100个8元][推荐-掉粉少][30天内补粉][华人繁体粉][高速]’,
    ‘rate’: ‘80.000000’,
    ‘service’: 5}
    ]

    add order

    Parameters Description
    key: Your API key
    action: add
    services: Service ID
    quantity: Needed quantity
    link: Link to page

    Example response:

    {“order”:“128971”}

    Order Status

    Parameters Description
    key: Your API key
    action: status
    orders: Order IDs separated by comma(like: “128971,127645”,正式使用批量查询请间隔5-60分钟1次)

    Example response:

    {
    ‘128971’: {‘charge’: ‘0.000000’,
    ‘currency’: ‘RMB’,
    ‘remains’: ‘10’,
    ‘start_count’: ‘-1’,
    ‘status’: ‘Canceled’},
    ‘128985’: {‘charge’: ‘0.000000’,
    ‘currency’: ‘RMB’,
    ‘remains’: ‘10’,
    ‘start_count’: ‘-1’,
    ‘status’: ‘Canceled’}
    }

    User balance

    Parameters Description
    key: Your API key
    action: balance

    Example response:

    {“balance”:“6.350000”,“currency”:“RMB”}

    Instagram粉丝点赞购买自助平台 © CopyRigh 2019-2022 All Rights Reserved. email:igfreelike.com@gmail.com