lookup_gid_title_v1
Resolve a game title into its IsThereAnyDeal ID by sending a POST request with the title in the body. Use the returned ITAD ID to query deals, prices, and collection features.
Instructions
[POST] /lookup/id/title/v1 - Lookup ITAD game IDs by title。必填: body。可选 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | 请求体(此接口必填) | |
| query | No | Query 参数对象(可选) | |
| headers | No | 请求头对象(可选) | |
| oauthToken | No | OAuth token(非 oauth 接口可忽略) | |
| pathParams | No | 路径参数对象(可选) |