📄

MIME Types Reference

Look up MIME types for any file extension or search by type

Input
MIME Type
🔒 All processing runs in your browser. Your data is never sent to any server.

📖 What is this tool?

MIME Types Reference is a searchable database of file extensions and their corresponding MIME (Multipurpose Internet Mail Extensions) types. Find the correct content-type for any file format instantly — essential for web development and API responses.

💡 Example

Input
Search: json
Output
.json application/json

🛠️ Common Use Cases

  • Find the correct Content-Type header for API responses
  • Configure web server MIME type mappings
  • Debug file upload issues
  • Set correct MIME types in HTML meta tags
  • Verify file format handling in applications

❓ Frequently Asked Questions

What is a MIME type?
A MIME type (like text/html or application/json) tells browsers and servers what kind of data is being sent. Without correct MIME types, browsers may display files incorrectly or refuse to process them.
What MIME type should I use for JSON APIs?
Always use application/json as the Content-Type header for JSON API responses. Some older systems use text/json but application/json is the standard.
What happens if I use the wrong MIME type?
Browsers may display files as text instead of rendering them, refuse to execute scripts, or trigger download dialogs. Web servers must serve each file type with its correct MIME type.
🔒
Your data stays private. All processing happens entirely in your browser. Nothing is ever sent to our servers. You can use this tool offline after the page loads.