MIME

MIME Types Reference

Search file extensions and MIME types

πŸ”’ 100% client-side β€” your data never leaves this page
.jpg
image/jpegJPEG Image
.jpeg
image/jpegJPEG Image
.png
image/pngPNG Image
.gif
image/gifGIF Image
.webp
image/webpWebP Image
.svg
image/svg+xmlSVG Vector Image
.ico
image/x-iconIcon File
.avif
image/avifAVIF Image
.bmp
image/bmpBitmap Image
.tiff
image/tiffTIFF Image
.mp4
video/mp4MP4 Video
.webm
video/webmWebM Video
.mov
video/quicktimeQuickTime Video
.avi
video/x-msvideoAVI Video
.mkv
video/x-matroskaMatroska Video
.ogv
video/oggOgg Video
.mp3
audio/mpegMP3 Audio
.wav
audio/wavWAV Audio
.ogg
audio/oggOgg Audio
.aac
audio/aacAAC Audio
.flac
audio/flacFLAC Audio
.webm
audio/webmWebM Audio
.html
text/htmlHTML Document
.css
text/cssCSS Stylesheet
.js
text/javascriptJavaScript
.ts
text/typescriptTypeScript
.csv
text/csvCSV Spreadsheet
.txt
text/plainPlain Text
.md
text/markdownMarkdown
.xml
application/xmlXML Document
.json
application/jsonJSON Data
.pdf
application/pdfPDF Document
.zip
application/zipZIP Archive
.gz
application/gzipGzip Archive
.tar
application/x-tarTAR Archive
.7z
application/x-7z-compressed7-Zip Archive
.rar
application/vnd.rarRAR Archive
.woff
font/woffWeb Font WOFF
.woff2
font/woff2Web Font WOFF2
.ttf
font/ttfTrueType Font
.otf
font/otfOpenType Font
.eot
application/vnd.ms-fontobjectEmbedded OpenType
.doc
application/mswordWord Document (legacy)
.docx
application/vnd.openxmlformats-officedocument.wordprocessingml.documentWord Document
.xls
application/vnd.ms-excelExcel (legacy)
.xlsx
application/vnd.openxmlformats-officedocument.spreadsheetml.sheetExcel Spreadsheet
.pptx
application/vnd.openxmlformats-officedocument.presentationml.presentationPowerPoint
.wasm
application/wasmWebAssembly
.apk
application/vnd.android.package-archiveAndroid Package

About this tool

A searchable MIME type reference covering images, video, audio, text, application, font and archive formats. Find the correct Content-Type header value for any file extension, or look up what file type corresponds to a MIME type. Filter by category for quick browsing.

Frequently Asked Questions

What is a MIME type?

MIME (Multipurpose Internet Mail Extensions) types are labels that identify the nature and format of a document. They are used in HTTP headers as Content-Type to tell browsers and servers how to handle files.

What is the MIME type for JSON?

The correct MIME type for JSON is application/json. Always set this as your Content-Type header when returning JSON from an API.

What MIME type should I use for unknown files?

Use application/octet-stream for unknown binary files. This tells the browser the content is binary data and should be downloaded rather than displayed.