UnifyAPI
← Back to catalog

igdb.company_info

mock data$0.001 / call

IGDB Company Info

Look up game companies by ID or search by name — description, country, developed/published game IDs, logos, and websites

Games & Entertainmentprovider: Igdb#igdb#games

Input schema

id

IGDB company ID (numeric, e.g. 70 for Nintendo). Use either id or query.

integer
limit

Maximum number of results when searching by query (default 10, max 50)

integer
query

Search query for company name (e.g. "Valve", "CD Projekt"). Use either id or query.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.