MIME Type Reference
Look up MIME types and their corresponding file extensions.
reference
web
A Guide to the MIME Type Reference Tool
The MIME Type Reference is a handy database for web developers and system administrators. It provides a quick way to look up the official MIME (Multipurpose Internet Mail Extensions) type for various file formats, which is crucial for correctly configuring web servers and handling file uploads.
Features
- Extensive Database: Includes a wide range of common MIME types for applications, text, images, audio, and video.
- Fast Search: Instantly filter the entire list by searching for a MIME type (
application/json
), a file extension (.png
), or a description (image
). - Organized by Category: The reference is grouped by the primary type (e.g.,
application
,image
,text
), making it easy to browse related formats. - Clear Information: Each entry shows the full MIME type string, its common file extension(s), and a brief description.
How to Use
- Search: The most efficient way to use the tool is the search bar. Start typing what you're looking for, and the list will filter in real-time. For example:
- To find the type for a PNG file, type
.png
orpng
. - To find the type for JSON, type
json
.
- To find the type for a PNG file, type
- Browse: If you're looking for a type within a certain category, you can browse the accordion list. Click on a category name like "image" or "application" to expand it and see all the related MIME types.