Home/Network/MIME Type Lookup

MIME Type Lookup

Type a file extension such as pdf, svg or woff2 and this tool returns the correct MIME type, also called the media type or Content-Type, that servers should send for that kind of file. You can also search by type, so entering a word like image or json filters the list to matching entries. Sending the right Content-Type matters because browsers and clients decide how to handle a response based on it, and a wrong or missing type can cause a file to download instead of display, or a script to be refused. This is a fast reference when configuring a web server, writing an upload handler, or setting response headers by hand. The extension to type mapping is built into the page, covering the common web, image, document, audio, video and archive formats, so it works offline with nothing sent anywhere.

How to use MIME Type Lookup

  1. Enter a file extension or a media type.
  2. Read the matching MIME type or extensions.
  3. Copy the Content-Type value.

Frequently asked questions

How do I find a MIME type?

Enter a file extension like .png or .json to get its correct Content-Type, or search by a media type to find matching extensions.

Why does the Content-Type matter?

Servers send the MIME type so browsers know how to handle a file, for example rendering an image versus downloading it.

Does it work without a server?

Yes, the mapping is built into the tool and runs offline, so no lookup request leaves your browser.

What is MIME Type Lookup?

Type a file extension such as pdf, svg or woff2 and this tool returns the correct MIME type, also called the media type or Content-Type, that servers should send for that kind of file. You can also search by type, so entering a word like image or json filters the list to matching entries.

Is MIME Type Lookup free to use?

Yes. MIME Type Lookup is completely free, with no sign-up and no usage limits.

Does MIME Type Lookup work in a web browser?

Yes. MIME Type Lookup runs in any modern web browser. There is nothing to download or install.

Is my data private with MIME Type Lookup?

Yes. MIME Type Lookup runs entirely on your device in your browser, so nothing you enter is uploaded to a server.