MIME Types
Lookup MIME types and file extensions
Pro Tip
MIME types (Multipurpose Internet Mail Extensions) tell the browser how to handle files. They are crucial for setting the Content-Type header in APIs.
Common MIME Types
.json
application/json
application/pdf
.zip
application/zip
.xml
application/xml
.jpg
image/jpeg
.png
image/png
.gif
image/gif
.svg
image/svg+xml
.html
text/html
.css
text/css
.js
text/javascript
.txt
text/plain
.csv
text/csv
.mpga
audio/mpeg
.wav
audio/wav
.mp4
video/mp4
.webm
video/webm
Related Tools
Media Query GeneratorGenerate responsive CSS breakpoints
Data URI MakerConvert files to Base64 Data URIs for CSS
Web Vitals SimulatorEstimate Core Web Vitals scores
JSON to SQL SchemaInferred SQL table definitions from JSON
JS Console PrettifierVisual debugger for complex JS objects
Open Graph DebuggerSocial media link preview simulator