HTTPREF
← Back to home

MIME Types

Browse common MIME types with clear explanations, file extensions, examples, and developer notes.

44 results — select a MIME type to view details
application/json
Standard MIME type for JSON data used in APIs, web apps, and structured responses.
.json
API
application/ld+json
MIME type for JSON-LD, commonly used for structured data and SEO markup.
.jsonld
API
application/xml
MIME type for XML documents and structured machine-readable data.
.xml
Document
text/xml
Text-based XML MIME type sometimes used for XML documents and feeds.
.xml
Document
text/html
Standard MIME type for HTML documents rendered by web browsers.
.html.htm
Document
text/plain
Basic MIME type for plain text content without formatting.
.txt
Text
text/css
Standard MIME type for Cascading Style Sheets used to style web pages.
.css
Web Asset
application/javascript
Common MIME type for JavaScript files used in browsers and web apps.
.js.mjs
Web Asset
text/javascript
Legacy but still commonly seen MIME type for JavaScript files.
.js
Web Asset
application/x-javascript
Legacy non-standard JavaScript MIME type still seen in older systems and outdated server configurations.
.js
Web AssetDeprecated
application/pdf
Standard MIME type for PDF documents.
.pdf
Document
application/octet-stream
Generic MIME type for arbitrary binary data when a more specific type is not known.
.bin
Binary
application/zip
Standard MIME type for ZIP archive files.
.zip
Archive
application/gzip
MIME type for GZIP-compressed files.
.gz
Archive
application/x-gzip
Legacy GZIP MIME type still seen in older environments and server configurations.
.gz
ArchiveDeprecated
application/x-tar
MIME type for TAR archive files.
.tar
Archive
image/png
Standard MIME type for PNG raster images with lossless compression.
.png
Image
image/jpeg
Standard MIME type for JPEG images, commonly used for photos.
.jpg.jpeg
Image
image/gif
MIME type for GIF images, including animated GIFs.
.gif
Image
image/webp
Modern image MIME type designed for smaller file sizes and good web performance.
.webp
Image
image/avif
Modern high-efficiency image MIME type based on the AV1 codec.
.avif
Image
image/svg+xml
MIME type for SVG vector graphics written in XML.
.svg
Image
image/x-icon
Common MIME type for favicon ICO files.
.ico
Image
image/vnd.microsoft.icon
Official MIME type for ICO icon files used by browsers and Windows environments.
.ico
Image
audio/mpeg
Standard MIME type for MP3 audio files.
.mp3
Audio
audio/wav
MIME type for WAV audio files, often uncompressed.
.wav
Audio
audio/ogg
MIME type for OGG audio containers, often used with Vorbis or Opus codecs.
.ogg
Audio
video/mp4
Standard MIME type for MP4 video files.
.mp4
Video
video/webm
MIME type for WebM video files optimized for the web.
.webm
Video
video/ogg
MIME type for OGG video containers.
.ogv
Video
multipart/form-data
MIME type used when submitting forms that include files or mixed fields.
Form
application/x-www-form-urlencoded
Traditional MIME type for HTML form submissions encoded as key-value pairs.
Form
font/woff
MIME type for WOFF web font files.
.woff
Font
font/woff2
Modern compressed MIME type for WOFF2 web font files.
.woff2
Font
font/ttf
MIME type for TrueType font files.
.ttf
Font
font/otf
MIME type for OpenType font files.
.otf
Font
application/rss+xml
MIME type for RSS feeds used for blog and content syndication.
.rss.xml
Feed
application/atom+xml
MIME type for Atom feeds used in content syndication.
.atom.xml
Feed
application/vnd.ms-excel
Legacy MIME type for Microsoft Excel spreadsheet files.
.xls
Office
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Standard MIME type for modern Excel XLSX spreadsheet files.
.xlsx
Office
text/csv
Standard MIME type for comma-separated values files.
.csv
Data
application/msword
Legacy MIME type for Microsoft Word DOC documents.
.doc
Office
application/vnd.openxmlformats-officedocument.wordprocessingml.document
Standard MIME type for modern Microsoft Word DOCX documents.
.docx
Office
application/wasm
MIME type for WebAssembly binary modules used in modern web applications.
.wasm
Web Asset