MIME Type Lookup

Find MIME types for file extensions and vice versa.

.HTML
text/html
Standard Format
.CSS
text/css
Standard Format
.JS
application/javascript
Standard Format
.JSON
application/json
Standard Format
.PNG
image/png
Standard Format
.JPG
image/jpeg
Standard Format
.JPEG
image/jpeg
Standard Format
.GIF
image/gif
Standard Format
.SVG
image/svg+xml
Standard Format
.PDF
application/pdf
Standard Format
.ZIP
application/zip
Standard Format
.MP3
audio/mpeg
Standard Format
.MP4
video/mp4
Standard Format
.TXT
text/plain
Standard Format
.XML
application/xml
Standard Format
Developers Corner

Use these MIME types in your HTTP headers or HTML "accept" attributes for perfect file handling.

Example Header
Content-Type: image/png

About MIME Type Lookup

Find the correct Content-Type for any file. Search by extension (e.g., .png) to find the MIME type (e.g., image/png), or search by type to see its common extensions. An invaluable resource for web developers and server administrators.

Something not working right?

Found a bug or have a suggestion to improve the MIME Type Lookup? Let us know and we'll fix it!