MIME Type Lookup

Search MIME types by extension or by type. ~120 common types — image, video, audio, application, text, font.

What is this for?

A MIME type (now called an Internet media type) is a two-part label like image/png or application/json that tells a server, browser, or library how to interpret a chunk of bytes. It's what goes in HTTP Content-Type headers, what Multipart message parts declare, and what file --mime reports. The IANA registry has thousands of entries; this tool covers roughly 120 you'll actually meet in web work.

When to use it

Common gotchas