MIME Type Lookup
Look up the MIME content type for any file extension, or find extensions for a MIME type.
About MIME Type Lookup
Updated Mar 2025Search by file extension (e.g., .mp4, .pdf, .wasm) to find the correct MIME/content-type string, or search by MIME type to find associated file extensions. Includes 200+ common MIME types. Essential for backend developers setting Content-Type headers and configuring web servers.
Frequently Asked Questions
Related Tools
HTTP Status Codes
Look up any HTTP status code and get a full description with…
HTTP Header Parser
Parse raw HTTP request or response headers into a structured…
URL Parser
Decompose any URL into protocol, hostname, port, path, query…
Base64 Encode
Encode text or files to Base64. Used for embedding binary da…
Query String Parser
Parse URL query strings into a structured JSON object. Handl…
Query String Builder
Build URL query strings from key-value pairs. Handles encodi…
cURL to Fetch
Convert cURL commands to JavaScript fetch() code instantly.
cURL to Node.js
Convert cURL commands to Node.js axios or native fetch code.