MIME Types

Search and filter through common MIME types, extension mappings, and Content-Type header strings.

Extension / File TypeContent-Type Header
.jsonJSON Document
application/json
.jsJavaScript File
text/javascript
.tsTypeScript File
text/typescript
.htmlHTML Document
text/html
.cssCascading Style Sheets (CSS)
text/css
.pngPortable Network Graphics (PNG)
image/png
.jpgJPEG Image
image/jpeg
.webpWebP Image
image/webp
.gifGraphics Interchange Format (GIF)
image/gif
.svgScalable Vector Graphics (SVG)
image/svg+xml
.pdfAdobe PDF Document
application/pdf
.zipZIP Archive
application/zip
.tarTAR Archive
application/x-tar
.gzGZIP Archive
application/gzip
.xmlExtensible Markup Language (XML)
application/xml
.yamlYAML Configuration
application/x-yaml
.tomlTOML Configuration
application/toml
.csvComma-Separated Values (CSV)
text/csv
.txtPlain Text File
text/plain
.mp4MP4 Video File
video/mp4
.webmWebM Video File
video/webm
.mp3MP3 Audio File
audio/mpeg
.wavWAV Audio File
audio/wav
.woff2WOFF2 Web Font
font/woff2
.ttfTrueType Font
font/ttf
.shShell Script
application/x-sh
.sqlSQL Query
application/sql
.mdMarkdown Document
text/markdown
.icoFavicon/Icon Image
image/x-icon
.wasmWebAssembly Binary
application/wasm
.dmgmacOS Disk Image
application/x-apple-diskimage
.exeWindows Executable
application/x-msdownload

Frequently Asked Questions

What is a MIME type?
A MIME type (Multipurpose Internet Mail Extensions) is a standard that indicates the format of a document, file, or byte stream. Browsers use it to determine how to render files.
How do I use this tool?
Search by extension (e.g. '.json') or name (e.g. 'javascript') to quickly find the standard Content-Type header.