gamepedia.com API: search_wiki
gamepedia.com via Parse · entertainment
Full-text search over a Fandom wiki's pages. Returns page titles, IDs, sizes, timestamps, and text snippets. Paginates via integer offset (sroffset from previous response). Each result includes namespace, title, page ID, byte size, snippet, and last-edit timestamp. Access wiki content, search, categories, images, and metadata from Fandom/Gamepedia wikis. Use the 'subdomain' parameter to target specific wikis (e.g., 'minecraft', 'zelda', 'leagueoflegends'). Fulfilled by Parse from gamepedia.com.
- developer-tools
- education
- entertainment
- gamepedia-com
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8e808513-8d56-405d-9ad6-94360a42ad04/search_wiki
- Interface artifact
- sha256:0102e0fa8ddabaee860011839a0280f239c9b48ed54dd0275e52c6205c436489
- Manifest digest
- sha256:e736ff4302bcd51c57c1b7917d373814fac08f177b9bdaee15b2427b2fa47056
Request fields
- limit (integer): Max results to return: Allowed values: 5, 10, 20
- query (string, required): Search query string
- offset (integer): Offset for pagination (from sroffset in previous response)
- namespace (string): Namespace ID to search in (e.g., '0' for Main, '14' for Category)
- subdomain (string): Wiki subdomain (e.g., 'minecraft', 'zelda', 'leagueoflegends'): Allowed values: minecraft, zelda, leagueoflegends
Example queries
- {"limit":"5","query":"diamond","offset":"0","namespace":"0","subdomain":"minecraft"}