MIME Types Lookup
Search MIME types by file extension or content type with descriptions, categories, and common uses.
About This Tool
The MIME Types Lookup tool lets you quickly find the correct MIME type (media type) for any file extension, or look up which extensions are associated with a specific MIME type. Search by extension (like .json, .mp4, .woff2) or by type (like application/json, video/mp4) to get the full specification details.
MIME types are essential for web servers, APIs, and file handling systems. Using the wrong Content-Type header can cause browsers to mishandle files - for example, serving CSS with a text/plain type will prevent styling from working in strict mode. This reference covers hundreds of registered MIME types across all categories.
Each entry shows the full MIME type string, associated file extensions, whether it is binary or text-based, the IANA registration status, and common use cases. The tool is organized by category (application, audio, image, text, video, font, multipart) for easy browsing.
Frequently Asked Questions
Related Tools
HTTP Status Codes Reference
Search and browse all HTTP status codes with descriptions, use cases, and common troubleshooting tips.
Web and SEO ToolsMeta Tag Generator
Generate HTML meta tags for SEO, Open Graph, and Twitter Cards with a live preview of search and social results.
Web and SEO ToolsURL Parser
Break down URLs into protocol, host, port, path, query parameters, and hash components.
Developer Tools