MIME Types

Look up common MIME types by extension, media type, or format.

image/jpeg

.jpg · .jpeg

JPEG image

image/png

.png

PNG image

image/webp

.webp

WebP image

image/svg+xml

.svg

SVG image

image/gif

.gif

GIF image

image/avif

.avif

AVIF image

application/json

.json

JSON document

application/xml

.xml

XML document

application/pdf

.pdf

PDF document

text/csv

.csv

CSV data

text/plain

.txt

Plain text

text/html

.html · .htm

HTML document

text/css

.css

CSS stylesheet

text/javascript

.js · .mjs

JavaScript

application/zip

.zip

ZIP archive

application/wasm

.wasm

WebAssembly

font/woff

.woff

WOFF font

font/woff2

.woff2

WOFF2 font

audio/mpeg

.mp3

MP3 audio

video/mp4

.mp4

MP4 video

Your data is processed locally in your browser.

Extensions and media types

A MIME type describes the format of an HTTP resource. One type can map to several extensions, such as .jpg and .jpeg.

Important considerations

A filename extension does not prove a file's actual content. Servers should configure Content-Type for the format actually served.

Processing happens locally in your browser.

Explore all web development tools

Related tools