Instant Gaming API

Instant Gaming API — Detailed Documentation

Click here to search page

Overview

Routes

API Endpoint

GET /api/search?query=QUERY

Response


[
	{
		"link": "https://www.instant-gaming.com/pt/awdadwadwd",
		"origin": "Instant Gaming",
		"price": "R$ 25,67",
		"title": awd"
	},
	{
		"link": "https://www.instant-gaming.com/pt/awdadwadwad",
		"origin": "Instant Gaming",
		"price": "R$ 158,47",
		"title": "awd"
	},
	{
		"link": "https://www.instant-gaming.com/pt/awdadwad",
		"origin": "Instant Gaming",
		"price": "R$ 11,03",
		"title": "awd"
	},
	{
		"link": "https://www.instant-gaming.com/pt/awdawdawda",
		"origin": "Instant Gaming",
		"price": "R$ 20,50",
		"title": "awd"
	}
]

Empty results: []. Missing query returns {"error":"Missing 'query' parameter"} with HTTP 400.

Examples

Performance & Behavior

Project Structure

Run Locally (Windows)

git clone https://github.com/diogolourencodev/latamgaming.git
cd latamgaming
python -m venv .venv
.\\.venv\\Scripts\\Activate.ps1
pip install -r requirements.txt
python app.py
# open http://127.0.0.1:5000

Deploy (Vercel)

Roadmap


Health route: /health · Search UI: /search