MIME Types Reference

Look up MIME types by file extension or search the complete database. Quickly find the correct Content-Type header for any file format.

.pdf

MIME Type
application/pdf
Description
Portable Document Format
Category
Document
Example Header
Content-Type: application/pdf
ExtensionMIME TypeDescription

About the MIME Types Reference Tool

MIME (Multipurpose Internet Mail Extensions) types are a standard way to identify the format of files on the internet. Every time your browser loads a resource, receives an API response, or downloads a file, the MIME type tells it how to handle that content. Using the correct MIME type is critical for web development, server configuration, email systems, and API design. Our MIME Types Reference Tool provides instant lookup of all common MIME types organized by category.

Whether you are configuring your web server, setting Content-Type headers in an API, or debugging why a file isn't displaying correctly, having a reliable MIME type reference is essential. This tool contains hundreds of MIME types covering documents, images, audio, video, archives, fonts, and application-specific formats.

How to Look Up MIME Types

  1. Enter a file extension: Type any file extension (with or without the dot) into the lookup field and click "Lookup" to see its MIME type.
  2. Search the database: Use the search box to filter the entire database by extension name, MIME type string, or description.
  3. Browse by category: Click category tabs to filter results by Document, Image, Audio, Video, Archive, Font, or Application types.
  4. Copy the Content-Type: Use the generated Content-Type header directly in your server configuration or API responses.
Instant Lookup Type a file extension to instantly retrieve its MIME type, description, and example Content-Type header.
Complete Database Over 200 MIME types covering documents, images, audio, video, archives, fonts, and more.
Category Filtering Browse by category to quickly find MIME types for specific file format families.
Full-Text Search Search by extension, MIME type string, or description to find exactly what you need.
Content-Type Headers Get ready-to-use Content-Type header strings for server configuration and API responses.
No Installation Works entirely in the browser with no software installation or registration required.

Why MIME Types Matter for Web Development

Incorrect MIME types can cause a wide range of issues: browsers may refuse to render images, JavaScript files may be blocked by security policies, CSS stylesheets may not load, and API responses may be misinterpreted. Modern web servers, CDNs, and browsers all rely on accurate MIME type declarations to function correctly. A misconfigured Content-Type header can break your entire application or expose security vulnerabilities.

Use Cases

Server Configuration Configure Apache, Nginx, or IIS with the correct MIME type mappings for your content.
API Development Set accurate Content-Type headers in REST and GraphQL API responses for proper client handling.
Email Systems Configure email servers with correct MIME types for attachments and embedded content.
CDN Setup Ensure content delivery networks serve files with correct headers for caching and rendering.

Why Choose TooliFyra for MIME Type Reference?

TooliFyra's MIME Types Reference Tool offers the fastest, most comprehensive online MIME type lookup available. With instant search, category filtering, and a database of over 200 common types, it eliminates the need to dig through documentation or RFC specifications. The clean interface and ready-to-copy Content-Type headers make it an essential tool for any developer or system administrator.

Frequently Asked Questions

A MIME type (Multipurpose Internet Mail Extensions) is a standard identifier that tells browsers, email clients, and servers how to handle a file. It consists of a type (e.g., "application") and a subtype (e.g., "pdf"), forming "application/pdf".
Using the wrong MIME type can prevent browsers from rendering content, block file downloads, cause CORS errors in APIs, and even create security vulnerabilities. Modern browsers strictly enforce MIME type checking for scripts and other resources.
For Apache, use AddType directives or .htaccess files. For Nginx, use the types{} block in your config. For IIS, use the mimeMap element in web.config. Most servers have default MIME type mappings that you can extend.
This tool covers the most commonly used MIME types. For rare or proprietary formats, consult the official IANA MIME Media Types registry or the specific format's specification document.