What this tool does
MIME Type Explorer maps common file extensions to Content-Type values, categories, browser behavior notes, and typical uses.
Search common MIME types and file extensions, then copy safe Content-Type values for uploads, APIs, static hosting, and attachment handling.
Search by extension, MIME type, category, or common use. The reference is local and intentionally conservative.
Browsers, servers, and operating systems may disagree on obscure or legacy types. Use this as a practical reference, then confirm final production behavior with your target server, CDN, and upload validator.
MIME Type Explorer maps common file extensions to Content-Type values, categories, browser behavior notes, and typical uses.
It helps developers choose correct HTTP headers, upload allowlists, attachment metadata, and static asset configuration without hunting through scattered references.
The page filters a local reference table by extension, MIME type, category, and common use. Selecting an entry produces a copyable JSON summary.
Search for an extension such as .json, a MIME type such as image/svg+xml, or a category such as font.
For HTTP responses, send the exact Content-Type value and pair executable or downloadable content with safe cache, disposition, and sniffing controls.
Search and filtering run locally in your browser from static reference data.
MIME mappings are not security policy by themselves. Validate uploads by content and extension, disable sniffing where appropriate, and verify CDN/server header behavior.
No. Extensions are filename hints; MIME types are content labels used by HTTP, email, browsers, and upload systems.
No. Set explicit Content-Type headers and use X-Content-Type-Options: nosniff when serving risky content.
Look up correct Content-Type values for SVG, WebP, WASM, CSS, JavaScript, and font files.
Compare file extensions and expected MIME labels before writing validation rules for PDFs, images, or archives.
Check whether a response should use application/json, text/csv, application/pdf, or a binary download type.
Move between curl conversion, webhook testing, status-code reference, typed HTTP security diagnostics, redirect-chain analysis, status samples, MIME lookups, and user-agent parsing while keeping network behavior explicit.