UnifyAPI
← Back to catalog

igdb.platform_info

mock data$0.001 / call

IGDB Platform Info

Look up gaming platforms by ID or search by name — abbreviation, generation, platform family, versions, and summary

Games & Entertainmentprovider: Igdb#igdb#games

Input schema

id

IGDB platform ID (numeric, e.g. 48 for PlayStation 4, 6 for PC). Use either id or query.

integer
limit

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

integer
query

Search query for platform name (e.g. "PlayStation", "Nintendo Switch"). Use either id or query.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/igdb.platform_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.