All requests must include your unique API Key as a query parameter or header.
All API requests should be made to the following base URL:
https://api.topupnet.com/api/v1Select an endpoint category to view implementation details.
Check real-time availability. Select a game below to view specific endpoints.
GET https://api.topupnet.com/api/v1/stock?game=freefire&key=YOUR_KEY{
"status": "success",
"game": "freefire",
"last_updated": "2026-01-14T07:52:32.095Z",
"stocks": [
{ "item": "115_DIAMOND", "name": "115 💎", "quantity": "50+" },
{ "item": "LEVEL_UP", "name": "Level Up Pass", "quantity": "10" }
]
}GET https://api.topupnet.com/api/v1/stock?game=freefire&item=115_DIAMOND&key=YOUR_KEY