Boosting Your Digital Presence
0%
Log In Get Started Free
Developer Docs

API Documentation

Integrate G-max into your own platform using our simple REST API. All requests use HTTP POST and return JSON.

Authentication

All API requests require your personal API key. You can find and manage your key in your dashboard → API Access.

Keep your API key secret. Never expose it in client-side code, public repositories, or browser JavaScript.

Pass your key as a POST parameter named key with every request.

Base URL

/api/v1.php

All requests are HTTP POST to the URL above. Responses are always JSON. Parameters are sent in the request body as form data.

Get Services

POSTaction=services
Returns all active services available for ordering.
ParameterTypeRequired
keystringRequired
actionstringRequired — Value: services
Example Response
[{"service":1,"name":"Instagram Followers — Real","type":"Default","category":"Followers","rate":"250.00","min":"100","max":"50000"}]

Get Balance

POSTaction=balance
Returns your current wallet balance.
ParameterTypeRequired
keystringRequired
actionstringRequired — Value: balance
Example Response
{"balance":"5000.00","currency":"NGN"}

Create Order

POSTaction=add
Place a new order. Balance is deducted immediately from your wallet.
ParameterTypeRequired
keystringRequired
actionstringRequired — Value: add
serviceintegerRequired — Service ID from services list
linkstringRequired — Target URL or username
quantityintegerRequired — Must be within min/max range
Example Response
{"order":1245}

Order Status

POSTaction=status
Check the status of a single order or multiple orders at once.
ParameterTypeNotes
keystringRequired
actionstringRequired — Value: status
orderintegerSingle order
ordersstringMultiple — Comma-separated IDs: 1,2,3
Example Response
{"charge":"250.00","start_count":"0","status":"In progress","remains":"850","currency":"NGN"}

Error Codes

Error MessageMeaning
Invalid keyAPI key is wrong, missing, or your account is banned
Incorrect requestMissing or invalid parameters in your request
Not enough fundsWallet balance is insufficient for this order
Invalid serviceService ID does not exist or is currently inactive
Invalid quantityQuantity is outside the min/max range for this service
Order not foundOrder ID does not exist or belongs to a different account

Supported Platforms

Instagram Tiktok Youtube Facebook Twitter Telegram Spotify Traffic
To get your API key, go to your Dashboard → API Access.