Look up MIME types by file extension or vice versa.
| Ext | MIME |
|---|---|
| .html | text/html |
| .css | text/css |
| .js | application/javascript |
| .mjs | application/javascript |
| .json | application/json |
| .xml | application/xml |
| .yaml | application/yaml |
| .yml | application/yaml |
| .png | image/png |
| .jpg | image/jpeg |
| .jpeg | image/jpeg |
| .gif | image/gif |
| .webp | image/webp |
| .svg | image/svg+xml |
| .ico | image/x-icon |
| .bmp | image/bmp |
| .avif | image/avif |
| application/pdf | |
| .zip | application/zip |
| .gz | application/gzip |
| .tar | application/x-tar |
| .mp3 | audio/mpeg |
| .wav | audio/wav |
| .ogg | audio/ogg |
| .flac | audio/flac |
| .mp4 | video/mp4 |
| .webm | video/webm |
| .mov | video/quicktime |
| .avi | video/x-msvideo |
| .txt | text/plain |
| .csv | text/csv |
| .md | text/markdown |
| .woff | font/woff |
| .woff2 | font/woff2 |
| .ttf | font/ttf |
| .otf | font/otf |
| .doc | application/msword |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
| .xls | application/vnd.ms-excel |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |