Find File by MD5 (v1)
md5_lookupResolve an MD5 hash to the matching Nexus Mods mod and file. Find which uploaded file corresponds to a given checksum.
Instructions
Identify a mod file from its MD5 hash (returns mod + file). For a batch of hashes use graphql_query with fileHashes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md5 | Yes | MD5 hex digest | |
| game | Yes | Game domain name as in site URLs, e.g. "skyrimspecialedition", "fallout4", "stardewvalley" |