Developer Utilities
MIME Type Lookup
A quick lookup for the Content-Type header value that matches a given file extension.
FreeNo sign-upRuns in your browser
| Extension | MIME type |
|---|---|
| .json | application/json |
| .xml | application/xml |
| .html | text/html |
| .css | text/css |
| .js | text/javascript |
| .csv | text/csv |
| application/pdf | |
| .zip | application/zip |
| .png | image/png |
| .jpg / .jpeg | image/jpeg |
| .webp | image/webp |
| .svg | image/svg+xml |
| .gif | image/gif |
| .ico | image/x-icon |
| .mp4 | video/mp4 |
| .webm | video/webm |
| .mp3 | audio/mpeg |
| .wav | audio/wav |
| .woff2 | font/woff2 |
| .ttf | font/ttf |
| .txt | text/plain |
| .md | text/markdown |
| .yaml / .yml | application/yaml |
| .wasm | application/wasm |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
26 of 26 rows
How it works
- 1Type an extension or keyword
- 2Matching MIME types filter instantly
- 3Copy the correct Content-Type value
Who this is for
- Setting the right Content-Type header on a file upload
- Configuring a server's MIME type mapping
- Double-checking a MIME type during API debugging
More tools
More in Developer Utilities
JSON Formatter & Validator
Formats, validates and beautifies JSON with clear error locations.
Developer Utilities
JSON Minifier
Strips whitespace from JSON to reduce payload size.
Developer Utilities
JSON to CSV Converter
Converts a JSON array of objects into a downloadable CSV file.
Developer Utilities
CSV to JSON Converter
Converts CSV data into a JSON array of objects.
Developer Utilities
CSV Cleaner
Trims whitespace, removes empty rows and de-duplicates a CSV file.
Developer Utilities
XML Formatter
Formats and validates XML with proper indentation.
Developer Utilities
Ask AI about Internet Compass