• API URL https://indexingfire.com/api/v1
  • Response Format JSON
  • HTTP Method POST
  • Your API Key Find in your account settings
Service List Request
  • key Your API Key
  • action "services"
Example Request
{
    "action": "services",
    "key": "your_api_key_here"
}
Success Response
[
    {
        "service": 1,
        "name": "Google Indexing Service - Regular",
        "rate": "70.000000",
        "min": 10,
        "max": 10000,
        "category": "Link Indexing"
    }
]
Error Response

{"error":"The action field is required"}
{"error":"The api key field is required"}
{"error":"Invalid api key"}
{"error":"Invalid action"}
                                
Place New Order
  • key Your API Key
  • action "add"
  • service Service ID
  • link Multiple URLs, separated by newlines or commas
  • priority (optional) "normal" or "urgent"
  • ordertype (optional) "Fresh Index" or "Re-Index"
  • dripfeed (optional) Dripfeed value (days or 0)
Example Request
{
    "key": "your_api_key",
    "action": "add",
    "service": 1,
    "link": "https://site1.com,https://site2.com",
    "priority": "urgent",
    "ordertype": "Re-Index"
}
Success Response
{
    "order_id": 1242,
    "status": "Order placed successfully.",
    "quantity": 2,
    "price": 0.180,
    "priority": "urgent",
    "ordertype": "Re-Index"
}
Error Response

{"error":"The action field is required"}
{"error":"The api key field is required"}
{"error":"Invalid api key"}
{"error":"Invalid Service Id"}
{"error":"The link field is required"}
{"error":"Quantity must be between [min] and [max]."}
{"error":"Insufficient balance"}
                                
Order Status
  • key Your API Key
  • action "status"
  • order Order ID
Example Request
{
    "key": "your_api_key",
    "action": "status",
    "order": 12345
}
Success Response
{
    "order_id": 12345,
    "status": "pending",
    "quantity": 10,
    "remain": 5,
    "priority": "urgent",
    "ordertype": "Re-Index",
    "created_at": "2025-07-11 12:31:00"
}
Error Response

{"error":"The action field is required"}
{"error":"The api key field is required"}
{"error":"Invalid api key"}
{"error":"The order field is required"}
{"error":"Invalid Order Id"}
                                
  • Available Statuses:
  • pending
  • processing
  • completed
  • cancelled
  • refunded
Check Index Status
  • key Your API Key
  • action "check_index_status"
  • order_id Order ID
Example Request
{
    "key": "your_api_key",
    "action": "check_index_status",
    "order_id": 12345
}
Success Response
{
    "order_id": 12345,
    "status": "completed",
    "indexed_count": 7,
    "non_indexed_count": 3
}
Error Response

{"error":"order_id is required."}
{"error":"Order not found."}
    
User Balance
  • key Your API Key
  • action "balance"
Example Request
{
    "key": "your_api_key",
    "action": "balance"
}
Success Response
{
    "balance": "100.84292",
    "currency": "USD"
}
Error Response

{"error":"The action field is required"}
{"error":"The api key field is required"}
{"error":"Invalid api key"}
                                

We may use cookies or any other tracking technologies when you visit our website, including any other media form, mobile website, or mobile application related or connected to help customize the Site and improve your experience. learn more

Allow