MIME Type Lookup

Look up MIME types for file extensions

mimetypelookupextensioncontent-typemediaformat

Found 97 results

ExtensionMIME TypeDescriptionCategoryAction
.txt
text/plainPlain TextDocument
.pdf
application/pdfPortable Document FormatDocument
.doc
application/mswordMicrosoft Word DocumentDocument
.docx
application/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word (OpenXML)Document
.xls
application/vnd.ms-excelMicrosoft ExcelDocument
.xlsx
application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel (OpenXML)Document
.ppt
application/vnd.ms-powerpointMicrosoft PowerPointDocument
.pptx
application/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint (OpenXML)Document
.odt
application/vnd.oasis.opendocument.textOpenDocument TextDocument
.ods
application/vnd.oasis.opendocument.spreadsheetOpenDocument SpreadsheetDocument
.odp
application/vnd.oasis.opendocument.presentationOpenDocument PresentationDocument
.rtf
application/rtfRich Text FormatDocument
.tex
application/x-texLaTeX SourceDocument
.jpg
image/jpegJPEG ImageImage
.jpeg
image/jpegJPEG ImageImage
.png
image/pngPNG ImageImage
.gif
image/gifGIF ImageImage
.bmp
image/bmpBitmap ImageImage
.webp
image/webpWebP ImageImage
.svg
image/svg+xmlScalable Vector GraphicsImage
.ico
image/x-iconIcon FileImage
.tiff
image/tiffTIFF ImageImage
.tif
image/tiffTIFF ImageImage
.avif
image/avifAVIF ImageImage
.heic
image/heicHEIC ImageImage
.heif
image/heifHEIF ImageImage
.mp3
audio/mpegMP3 AudioAudio
.wav
audio/wavWAV AudioAudio
.ogg
audio/oggOGG AudioAudio
.flac
audio/flacFLAC AudioAudio
.m4a
audio/mp4MPEG-4 AudioAudio
.aac
audio/aacAAC AudioAudio
.wma
audio/x-ms-wmaWindows Media AudioAudio
.opus
audio/opusOpus AudioAudio
.mp4
video/mp4MP4 VideoVideo
.avi
video/x-msvideoAVI VideoVideo
.mkv
video/x-matroskaMatroska VideoVideo
.mov
video/quicktimeQuickTime VideoVideo
.wmv
video/x-ms-wmvWindows Media VideoVideo
.flv
video/x-flvFlash VideoVideo
.webm
video/webmWebM VideoVideo
.m4v
video/x-m4vMPEG-4 VideoVideo
.mpg
video/mpegMPEG VideoVideo
.mpeg
video/mpegMPEG VideoVideo
.zip
application/zipZIP ArchiveArchive
.rar
application/x-rar-compressedRAR ArchiveArchive
.7z
application/x-7z-compressed7-Zip ArchiveArchive
.tar
application/x-tarTAR ArchiveArchive
.gz
application/gzipGZIP ArchiveArchive
.bz2
application/x-bzip2BZIP2 ArchiveArchive
.xz
application/x-xzXZ ArchiveArchive
.html
text/htmlHTML DocumentCode
.htm
text/htmlHTML DocumentCode
.css
text/cssCSS StylesheetCode
.js
text/javascriptJavaScriptCode
.mjs
text/javascriptJavaScript ModuleCode
.json
application/jsonJSON DataCode
.xml
application/xmlXML DocumentCode
.yaml
text/yamlYAML DocumentCode
.yml
text/yamlYAML DocumentCode
.ts
text/typescriptTypeScriptCode
.tsx
text/typescriptTypeScript ReactCode
.jsx
text/javascriptJavaScript ReactCode
.py
text/x-pythonPythonCode
.java
text/x-java-sourceJavaCode
.c
text/x-cC SourceCode
.cpp
text/x-c++srcC++ SourceCode
.cs
text/x-csharpC# SourceCode
.php
application/x-httpd-phpPHP ScriptCode
.rb
text/x-rubyRuby ScriptCode
.go
text/x-goGo SourceCode
.rs
text/x-rustRust SourceCode
.swift
text/x-swiftSwift SourceCode
.sh
application/x-shShell ScriptCode
.bat
application/x-batBatch FileCode
.csv
text/csvCSV DataData
.tsv
text/tab-separated-valuesTSV DataData
.sql
application/sqlSQL DatabaseData
.db
application/x-sqlite3SQLite DatabaseData
.exe
application/x-msdownloadWindows ExecutableApplication
.msi
application/x-msiWindows InstallerApplication
.apk
application/vnd.android.package-archiveAndroid PackageApplication
.deb
application/x-debian-packageDebian PackageApplication
.rpm
application/x-rpmRPM PackageApplication
.dmg
application/x-apple-diskimagemacOS Disk ImageApplication
.pkg
application/x-newton-compatible-pkgmacOS PackageApplication
.ttf
font/ttfTrueType FontFont
.otf
font/otfOpenType FontFont
.woff
font/woffWeb Open Font FormatFont
.woff2
font/woff2Web Open Font Format 2Font
.eot
application/vnd.ms-fontobjectEmbedded OpenTypeFont
.iso
application/x-iso9660-imageISO Disk ImageOther
.torrent
application/x-bittorrentBitTorrent FileOther
.ics
text/calendariCalendar FileOther
.vcf
text/vcardvCard FileOther
.epub
application/epub+zipEPUB eBookOther
.mobi
application/x-mobipocket-ebookMobipocket eBookOther

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/subtype

Examples:

  • text/html - HTML documents
  • image/jpeg - JPEG images
  • application/json - JSON data