Upload TF2 item image to Google Drive
This query returns details for a TF2 item by name, including the item type, default level range, and image URL. Partial matches are accepted; the best match by defindex is returned.
Developer info
- API endpoint slug
- team_fortress_2.lookup_item
- Runtime method
- performQuery("team_fortress_2.lookup_item"}
Query fields
Name Text input > Other
- Label
- Item name
- Helper text
- TF2 item name (e.g., 'Team Captain', 'Bonk! Atomic Punch'). Partial matches are accepted.
- Slug
- name
- Required
- true
- Can have default value
- true
Ingredients
Def index Schema-level item identifier.
- Slug
- def_index
- Filter code
- TeamFortress2.lookupItem.DefIndex
- Type
- String
- Example
- 378
Item name Localized item name.
- Slug
- item_name
- Filter code
- TeamFortress2.lookupItem.ItemName
- Type
- String
- Example
- Team Captain
Item type Localized item type / slot label.
- Slug
- item_type
- Filter code
- TeamFortress2.lookupItem.ItemType
- Type
- String
- Example
- Hat
Item slot Item slot identifier.
- Slug
- item_slot
- Filter code
- TeamFortress2.lookupItem.ItemSlot
- Type
- String
- Example
- misc
Used by classes Comma-separated list of classes that can equip the item.
- Slug
- used_by_classes
- Filter code
- TeamFortress2.lookupItem.UsedByClasses
- Type
- String
- Example
- Soldier, Demoman, Heavy
Icon url Item icon image URL.
- Slug
- icon_url
- Filter code
- TeamFortress2.lookupItem.IconUrl
- Type
- Image URL
- Example
- https://media.steampowered.com/apps/440/icons/c_clue.example.png
Item url Steam Community Market URL for the item type.
- Slug
- item_url
- Filter code
- TeamFortress2.lookupItem.ItemUrl
- Type
- Web URL
- Example
- https://steamcommunity.com/market/listings/440/The%20Team%20Captain
Min level Minimum item level.
- Slug
- min_level
- Filter code
- TeamFortress2.lookupItem.MinLevel
- Type
- String
- Example
- 1
Max level Maximum item level.
- Slug
- max_level
- Filter code
- TeamFortress2.lookupItem.MaxLevel
- Type
- String
- Example
- 100
Item description Item description text.
- Slug
- item_description
- Filter code
- TeamFortress2.lookupItem.ItemDescription
- Type
- String
- Example
- ...
Applets using this Query
-
-
Email Team Fortress 2 item details on Button press
-
Post Team Fortress 2 item details to Slack
-
Post Team Fortress 2 item details to Discord
-
Log Team Fortress 2 item lookups to Google Sheets
-
Send Team Fortress 2 item lookups to Pushover
-
Log Team Fortress 2 items from iOS Shortcuts to Google Sheets
-
Get Team Fortress 2 item details as a notification
-
Post Team Fortress 2 item details to Discord
