MIME Type Lookup
Search MIME types by file extension or type name. 125 entries. Click a MIME type to copy.
125 result(s)
| Extension | MIME Type | Description | Category |
|---|---|---|---|
| .html | HTML Document | text | |
| .htm | HTML Document | text | |
| .css | CSS Stylesheet | text | |
| .js | JavaScript File | text | |
| .mjs | JavaScript Module | text | |
| .json | JSON Data | application | |
| .xml | XML Document | application | |
| .csv | CSV File | text | |
| .tsv | TSV File | text | |
| .txt | Plain Text | text | |
| .md | Markdown File | text | |
| .yaml | YAML File | text | |
| .yml | YAML File | text | |
| .toml | TOML File | application | |
| .ics | Calendar File | text | |
| .vcf | vCard Contact | text | |
| .rtf | Rich Text Format | application | |
| .png | PNG Image | image | |
| .jpg | JPEG Image | image | |
| .jpeg | JPEG Image | image | |
| .gif | GIF Image | image | |
| .webp | WebP Image | image | |
| .svg | SVG Vector Image | image | |
| .ico | Icon File | image | |
| .bmp | Bitmap Image | image | |
| .tiff | TIFF Image | image | |
| .tif | TIFF Image | image | |
| .avif | AVIF Image | image | |
| .heic | HEIC Image | image | |
| .heif | HEIF Image | image | |
| .apng | Animated PNG | image | |
| .jxl | JPEG XL Image | image | |
| .mp3 | MP3 Audio | audio | |
| .wav | WAV Audio | audio | |
| .ogg | OGG Audio | audio | |
| .flac | FLAC Audio | audio | |
| .aac | AAC Audio | audio | |
| .m4a | M4A Audio | audio | |
| .wma | WMA Audio | audio | |
| .opus | Opus Audio | audio | |
| .mid | MIDI Audio | audio | |
| .midi | MIDI Audio | audio | |
| .webm | WebM Audio | audio | |
| .mp4 | MP4 Video | video | |
| .webm | WebM Video | video | |
| .avi | AVI Video | video | |
| .mov | QuickTime Video | video | |
| .wmv | WMV Video | video | |
| .flv | Flash Video | video | |
| .mkv | Matroska Video | video | |
| .m4v | M4V Video | video | |
| .mpeg | MPEG Video | video | |
| .mpg | MPEG Video | video | |
| .3gp | 3GP Video | video | |
| .ts | MPEG Transport Stream | video | |
| .ogv | OGG Video | video | |
| PDF Document | application | ||
| .zip | ZIP Archive | application | |
| .gz | Gzip Archive | application | |
| .tar | Tar Archive | application | |
| .7z | 7-Zip Archive | application | |
| .rar | RAR Archive | application | |
| .bz2 | Bzip2 Archive | application | |
| .xz | XZ Archive | application | |
| .doc | Word Document (legacy) | application | |
| .docx | Word Document | application | |
| .xls | Excel Spreadsheet (legacy) | application | |
| .xlsx | Excel Spreadsheet | application | |
| .ppt | PowerPoint (legacy) | application | |
| .pptx | PowerPoint Presentation | application | |
| .odt | OpenDocument Text | application | |
| .ods | OpenDocument Spreadsheet | application | |
| .odp | OpenDocument Presentation | application | |
| .exe | Windows Executable | application | |
| .dmg | macOS Disk Image | application | |
| .deb | Debian Package | application | |
| .rpm | RPM Package | application | |
| .apk | Android Package | application | |
| .iso | ISO Disk Image | application | |
| .bin | Binary File | application | |
| .jar | Java Archive | application | |
| .swf | Flash File | application | |
| .wasm | WebAssembly | application | |
| .sql | SQL File | application | |
| .graphql | GraphQL File | application | |
| .jsonld | JSON-LD | application | |
| .woff | Web Font (WOFF) | font | |
| .woff2 | Web Font (WOFF2) | font | |
| .ttf | TrueType Font | font | |
| .otf | OpenType Font | font | |
| .eot | Embedded OpenType Font | font | |
| .atom | Atom Feed | application | |
| .rss | RSS Feed | application | |
| .manifest | Cache Manifest | text | |
| .webmanifest | Web App Manifest | application | |
| .map | Source Map | application | |
| .ts | TypeScript File | text | |
| .tsx | TypeScript JSX File | text | |
| .jsx | JavaScript JSX File | text | |
| .vue | Vue Component | text |
About MIME Type Lookup
MIME Type Lookup is a searchable reference for 100+ MIME types and their associated file extensions. Search by file extension (e.g., .pdf, .mp4, .json) or by MIME type string (e.g., application/json, video/mp4) to find the correct type identifier.
MIME types are required when setting Content-Type headers in HTTP responses, configuring web servers to serve files correctly, and handling file uploads in APIs. Knowing the correct MIME type for a given file type is a common lookup need in web development.
All entries are categorized (text, image, audio, video, application) with descriptions of what each type represents.
Features
- ✓100+ MIME type entries
- ✓Search by file extension or MIME type string
- ✓Categorized by type (text, image, audio, video, application)
- ✓Shows common file extensions for each MIME type
- ✓One-click copy of MIME type string
Common Use Cases
- →Finding the Content-Type header value for a file type
- →Configuring web server MIME type mappings
- →Validating file uploads by MIME type in APIs
- →Setting correct Accept headers for API requests