MIME Type Lookup โ€” File Extensions & Content-Type Reference | Tinker
โ† Tinker
ExtensionMIME TypeCategory

What Are MIME Types and Why Do They Matter?

MIME (Multipurpose Internet Mail Extensions) types tell browsers, servers, and APIs what kind of data is being transferred. Without the correct MIME type, a browser might render a file as plain text instead of executing it as JavaScript, or prompt a download instead of displaying an image inline.

Where MIME types appear

Nginx MIME type configuration example

In nginx.conf, MIME types are declared in a types block inside http:

Config lineWhat it does
text/html html htm;Serve .html files with Content-Type: text/html
application/json json;Serve .json files as JSON
font/woff2 woff2;Serve WOFF2 fonts with the correct type for browser caching
include mime.types;Load Nginx's built-in MIME type map (covers most common types)

© 2026, Tinker - tools ยท calculators ยท practice games