๐ MIME Type Lookup
File extension โ MIME type lookup. 71+ types covered. Useful for Content-Type headers, Apache/Nginx configs.
| Extension | MIME Type | Action |
|---|---|---|
| application/pdf | ||
| .doc | application/msword | |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | |
| .xls | application/vnd.ms-excel | |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | |
| .ppt | application/vnd.ms-powerpoint | |
| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | |
| .odt | application/vnd.oasis.opendocument.text | |
| .txt | text/plain | |
| .csv | text/csv | |
| .rtf | application/rtf | |
| .html | text/html | |
| .htm | text/html | |
| .css | text/css | |
| .js | application/javascript | |
| .mjs | application/javascript | |
| .json | application/json | |
| .xml | application/xml | |
| .rss | application/rss+xml | |
| .atom | application/atom+xml | |
| .jpg | image/jpeg | |
| .jpeg | image/jpeg | |
| .png | image/png | |
| .gif | image/gif | |
| .webp | image/webp | |
| .svg | image/svg+xml | |
| .bmp | image/bmp | |
| .tiff | image/tiff | |
| .ico | image/vnd.microsoft.icon | |
| .avif | image/avif | |
| .mp3 | audio/mpeg | |
| .wav | audio/wav | |
| .ogg | audio/ogg | |
| .flac | audio/flac | |
| .m4a | audio/x-m4a | |
| .aac | audio/aac | |
| .weba | audio/webm | |
| .mp4 | video/mp4 | |
| .webm | video/webm | |
| .avi | video/x-msvideo | |
| .mov | video/quicktime | |
| .mkv | video/x-matroska | |
| .flv | video/x-flv | |
| .wmv | video/x-ms-wmv | |
| .m4v | video/x-m4v | |
| .zip | application/zip | |
| .rar | application/vnd.rar | |
| .7z | application/x-7z-compressed | |
| .tar | application/x-tar | |
| .gz | application/gzip | |
| .bz2 | application/x-bzip2 | |
| .py | text/x-python | |
| .rb | text/x-ruby | |
| .java | text/x-java-source | |
| .c | text/x-c | |
| .sh | application/x-sh | |
| .sql | application/sql | |
| .yaml | application/yaml | |
| .yml | application/yaml | |
| .toml | application/toml | |
| .md | text/markdown | |
| .woff | font/woff | |
| .woff2 | font/woff2 | |
| .ttf | font/ttf | |
| .otf | font/otf | |
| .eot | application/vnd.ms-fontobject | |
| .bin | application/octet-stream | |
| .epub | application/epub+zip | |
| .apk | application/vnd.android.package-archive | |
| .exe | application/vnd.microsoft.portable-executable | |
| .dmg | application/x-apple-diskimage |
๐ About MIME Types
- ๐ MIME: Multipurpose Internet Mail Extensions โ RFC 2046
- ๐ฆ Format:
type/subtype(e.g. text/html, application/json) - ๐จ Used in: Content-Type headers, Accept headers, file upload validation
- ๐ก When unknown, use
application/octet-stream(generic binary) - ๐ Maintained by IANA (Internet Assigned Numbers Authority)