MIME Type Lookup
Look up MIME types for file extensions
mimetypelookupextensioncontent-typemediaformat
Found 97 results
| Extension | MIME Type | Description | Category | Action |
|---|---|---|---|---|
.txt | text/plain | Plain Text | Document | |
.pdf | application/pdf | Portable Document Format | Document | |
.doc | application/msword | Microsoft Word Document | Document | |
.docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Microsoft Word (OpenXML) | Document | |
.xls | application/vnd.ms-excel | Microsoft Excel | Document | |
.xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Microsoft Excel (OpenXML) | Document | |
.ppt | application/vnd.ms-powerpoint | Microsoft PowerPoint | Document | |
.pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Microsoft PowerPoint (OpenXML) | Document | |
.odt | application/vnd.oasis.opendocument.text | OpenDocument Text | Document | |
.ods | application/vnd.oasis.opendocument.spreadsheet | OpenDocument Spreadsheet | Document | |
.odp | application/vnd.oasis.opendocument.presentation | OpenDocument Presentation | Document | |
.rtf | application/rtf | Rich Text Format | Document | |
.tex | application/x-tex | LaTeX Source | Document | |
.jpg | image/jpeg | JPEG Image | Image | |
.jpeg | image/jpeg | JPEG Image | Image | |
.png | image/png | PNG Image | Image | |
.gif | image/gif | GIF Image | Image | |
.bmp | image/bmp | Bitmap Image | Image | |
.webp | image/webp | WebP Image | Image | |
.svg | image/svg+xml | Scalable Vector Graphics | Image | |
.ico | image/x-icon | Icon File | Image | |
.tiff | image/tiff | TIFF Image | Image | |
.tif | image/tiff | TIFF Image | Image | |
.avif | image/avif | AVIF Image | Image | |
.heic | image/heic | HEIC Image | Image | |
.heif | image/heif | HEIF Image | Image | |
.mp3 | audio/mpeg | MP3 Audio | Audio | |
.wav | audio/wav | WAV Audio | Audio | |
.ogg | audio/ogg | OGG Audio | Audio | |
.flac | audio/flac | FLAC Audio | Audio | |
.m4a | audio/mp4 | MPEG-4 Audio | Audio | |
.aac | audio/aac | AAC Audio | Audio | |
.wma | audio/x-ms-wma | Windows Media Audio | Audio | |
.opus | audio/opus | Opus Audio | Audio | |
.mp4 | video/mp4 | MP4 Video | Video | |
.avi | video/x-msvideo | AVI Video | Video | |
.mkv | video/x-matroska | Matroska Video | Video | |
.mov | video/quicktime | QuickTime Video | Video | |
.wmv | video/x-ms-wmv | Windows Media Video | Video | |
.flv | video/x-flv | Flash Video | Video | |
.webm | video/webm | WebM Video | Video | |
.m4v | video/x-m4v | MPEG-4 Video | Video | |
.mpg | video/mpeg | MPEG Video | Video | |
.mpeg | video/mpeg | MPEG Video | Video | |
.zip | application/zip | ZIP Archive | Archive | |
.rar | application/x-rar-compressed | RAR Archive | Archive | |
.7z | application/x-7z-compressed | 7-Zip Archive | Archive | |
.tar | application/x-tar | TAR Archive | Archive | |
.gz | application/gzip | GZIP Archive | Archive | |
.bz2 | application/x-bzip2 | BZIP2 Archive | Archive | |
.xz | application/x-xz | XZ Archive | Archive | |
.html | text/html | HTML Document | Code | |
.htm | text/html | HTML Document | Code | |
.css | text/css | CSS Stylesheet | Code | |
.js | text/javascript | JavaScript | Code | |
.mjs | text/javascript | JavaScript Module | Code | |
.json | application/json | JSON Data | Code | |
.xml | application/xml | XML Document | Code | |
.yaml | text/yaml | YAML Document | Code | |
.yml | text/yaml | YAML Document | Code | |
.ts | text/typescript | TypeScript | Code | |
.tsx | text/typescript | TypeScript React | Code | |
.jsx | text/javascript | JavaScript React | Code | |
.py | text/x-python | Python | Code | |
.java | text/x-java-source | Java | Code | |
.c | text/x-c | C Source | Code | |
.cpp | text/x-c++src | C++ Source | Code | |
.cs | text/x-csharp | C# Source | Code | |
.php | application/x-httpd-php | PHP Script | Code | |
.rb | text/x-ruby | Ruby Script | Code | |
.go | text/x-go | Go Source | Code | |
.rs | text/x-rust | Rust Source | Code | |
.swift | text/x-swift | Swift Source | Code | |
.sh | application/x-sh | Shell Script | Code | |
.bat | application/x-bat | Batch File | Code | |
.csv | text/csv | CSV Data | Data | |
.tsv | text/tab-separated-values | TSV Data | Data | |
.sql | application/sql | SQL Database | Data | |
.db | application/x-sqlite3 | SQLite Database | Data | |
.exe | application/x-msdownload | Windows Executable | Application | |
.msi | application/x-msi | Windows Installer | Application | |
.apk | application/vnd.android.package-archive | Android Package | Application | |
.deb | application/x-debian-package | Debian Package | Application | |
.rpm | application/x-rpm | RPM Package | Application | |
.dmg | application/x-apple-diskimage | macOS Disk Image | Application | |
.pkg | application/x-newton-compatible-pkg | macOS Package | Application | |
.ttf | font/ttf | TrueType Font | Font | |
.otf | font/otf | OpenType Font | Font | |
.woff | font/woff | Web Open Font Format | Font | |
.woff2 | font/woff2 | Web Open Font Format 2 | Font | |
.eot | application/vnd.ms-fontobject | Embedded OpenType | Font | |
.iso | application/x-iso9660-image | ISO Disk Image | Other | |
.torrent | application/x-bittorrent | BitTorrent File | Other | |
.ics | text/calendar | iCalendar File | Other | |
.vcf | text/vcard | vCard File | Other | |
.epub | application/epub+zip | EPUB eBook | Other | |
.mobi | application/x-mobipocket-ebook | Mobipocket eBook | Other |
About MIME Types
What are MIME Types?
MIME (Multipurpose Internet Mail Extensions) types are standardized identifiers used to indicate the nature and format of files. They help browsers and applications handle files correctly.
Common Uses:
- • Web servers to serve files correctly
- • Email attachments
- • API responses
- • File upload validation
MIME Type Format:
MIME types consist of a type and subtype separated by a slash:
type/subtypeExamples:
- •
text/html- HTML documents - •
image/jpeg- JPEG images - •
application/json- JSON data