Back to Tools

MIME Types List

Complete reference of MIME types (Internet Media Types) with file extensions. Search and browse media types, content types, and file formats.

NameMIME TypeExtensionMore DetailsActions
Andrew Toolkitapplication/andrew-insetN/AIANA - Andrew Inset
Applixwareapplication/applixware.awVistasource
Atom Syndication Formatapplication/atom+xml.atom, .xmlRFC 4287
JavaScriptapplication/javascript.jsJavaScript
JSON (JavaScript Object Notation)application/json.jsonJSON Format
PDF Documentapplication/pdf.pdfAdobe PDF
XML Documentapplication/xml.xmlXML Format
ZIP Archiveapplication/zip.zipZIP Format
HTML Documenttext/html.html, .htmHTML Format
Plain Texttext/plain.txtPlain Text Format
CSS Stylesheettext/css.cssCSS Format
JPEG Imageimage/jpeg.jpg, .jpegJPEG Format
PNG Imageimage/png.pngPNG Format
GIF Imageimage/gif.gifGIF Format
WebP Imageimage/webp.webpWebP Format
SVG Imageimage/svg+xml.svgSVG Format
MP3 Audioaudio/mpeg.mp3MP3 Format
WAV Audioaudio/wav.wavWAV Format
MP4 Videovideo/mp4.mp4MP4 Format
WebM Videovideo/webm.webmWebM Format
YAML Documenttext/yaml.yaml, .ymlYAML Format
Markdown Documenttext/markdown.mdMarkdown Format
Font - TrueTypefont/ttf.ttfTrueType Font
Font - OpenTypefont/otf.otfOpenType Font
Font - Web Open Font Formatfont/woff.woffWOFF Format
Font - Web Open Font Format 2font/woff2.woff2WOFF2 Format
Microsoft Word Documentapplication/msword.docMS Word Format
Microsoft Excel Documentapplication/vnd.ms-excel.xlsMS Excel Format
Microsoft PowerPoint Documentapplication/vnd.ms-powerpoint.pptMS PowerPoint Format
7-Zip Archiveapplication/x-7z-compressed.7z7-Zip Format
RAR Archiveapplication/x-rar-compressed.rarRAR Format

What are MIME Types?

MIME (Multipurpose Internet Mail Extensions) types, also known as media types, are a standardized way to indicate the nature and format of a document. Originally designed for email systems, they are now a fundamental part of web technology.

MIME Type Structure

A MIME type consists of two parts:

  • Type: The general category (e.g., text, image, audio)
  • Subtype: The specific format (e.g., plain, jpeg, mpeg)

Common MIME Type Categories

  • application/ - Binary data or files that don't fit other categories
  • text/ - Text-based files meant to be read by humans
  • image/ - Image files
  • audio/ - Audio files
  • video/ - Video files
  • font/ - Font files

Usage in Web Development

  • HTTP Content-Type headers
  • HTML5 accept attribute in file inputs
  • Server configuration
  • API response types
  • File upload validation

Features

Comprehensive Database

Complete list of MIME types with associated file extensions and detailed descriptions.

Easy Search

Find types by name, MIME type, or extension. Results update in real-time as you type.

Quick Copy

Copy MIME types and extensions with one click. Ready to use in your code or configuration.

Detailed Information

Get additional details and references for each MIME type. Perfect for learning and documentation.

How to Use

1

Search by name, MIME type, or file extension

2

Browse through the filtered results

3

Click to copy MIME types or extensions

4

View detailed information for each type

Common Use Cases

Development

  • Setting Content-Type headers
  • File upload validation
  • API response formats
  • Server configuration
  • Content delivery setup

Applications

  • File handling systems
  • Content management
  • Media servers
  • Download managers
  • Browser extensions

Understanding MIME Types

What are MIME Types?

MIME (Multipurpose Internet Mail Extensions) types, also known as media types, are a standardized way to indicate the nature and format of a document. They are used by browsers and servers to determine how to handle different types of files.

MIME Type Structure

MIME types consist of a type and subtype, separated by a forward slash (/). For example, 'text/html' indicates HTML text content, while 'image/jpeg' represents a JPEG image file.

Frequently Asked Questions

How are MIME types used?

MIME types are used in HTTP headers (Content-Type), HTML5 accept attributes, server configurations, and API responses to specify the type of content being transferred. They help systems handle files appropriately.

Why are MIME types important?

MIME types ensure proper handling of files across different systems and applications. They're crucial for web servers, browsers, and applications to correctly process and display content.

How do I find a specific MIME type?

You can search by name, MIME type, or file extension using the search bar. The results update in real-time as you type, making it easy to find exactly what you need.