Look up MIME type

Look up a MIME type or file extension in the IANA media registry.

freeworks offlinenothing uploaded
ToolMIME Type Lookup
Input
Output
Put this on your own site

The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.

Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.

Preview

How it works

A normalized extension or media type is matched against IANA registrations, returning names and common extensions plus available notes. Extension lookup is a hint and cannot prove file contents.

  • IANA names support interoperable Content-Type headers.
  • Local and vendor types can exist outside the registry.

Worked example

Look up MIME type for .json files
Find the MIME type, description, and category for JSON file extension
Input
											json
										
Output
												Extension: json
MIME type: application/json
Description: JSON data
Category: application
											

When to use this

HTTP responses, upload forms, and web-server mappings look up media types.

Edge cases

  • A .json name does not prove valid JSON.
  • One extension can have vendor or historical types.
  • Content sniffing can disagree with a declaration and create risk.

References