MIME Type Lookup maps filenames and extensions to common Content-Type values. It is useful when configuring uploads, static assets, APIs, and HTTP headers.
Look up common MIME types from file extensions or filenames. Everything runs locally in this tab.
json: application/json
Yes. The tool is free and runs directly in your browser with no account required.
No. Processing happens locally in the browser tab. Your input is not sent to a server.
Quickly confirming the Content-Type header value for a common file extension when configuring an upload handler, API response, or static file server.
It covers a curated set of common web and document extensions — html, css, js, json, csv, txt, xml, pdf, png, jpg/jpeg, webp, svg, mp4, zip, and wasm. It is not an exhaustive IANA MIME type registry.
Yes — type a full filename like report.pdf or photo.jpeg and the tool extracts the extension after the last dot automatically.
It returns 'Unknown MIME type for .ext' rather than guessing — this tool only reports types from its built-in list, it doesn't infer types from unlisted extensions.
No — extensions are lowercased before matching, so .JPG, .Jpg, and .jpg all resolve to the same result.
No. It only looks at the extension text you type — it does not read file bytes, magic numbers, or actual file content, so a mislabeled extension will return the type for that extension, not the file's real format.