← Back to catalog
igdb.company_info
mock data$0.001 / callIGDB Company Info
Look up game companies by ID or search by name — description, country, developed/published game IDs, logos, and websites
Input schema
id
integerIGDB company ID (numeric, e.g. 70 for Nintendo). Use either id or query.
limit
integerMaximum number of results when searching by query (default 10, max 50)
query
stringSearch query for company name (e.g. "Valve", "CD Projekt"). Use either id or query.
Call via REST
curl -X POST https://unifyapi.pro/api/call/igdb.company_info \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"id":0,"limit":0,"query":"<query>"}'