MIME Type Lookup
Search and browse MIME types (Content-Type values) for common file extensions. Covers text, image, audio, video, application, and font categories. Essential for setting correct HTTP Content-Type headers, configuring web servers, and handling file uploads.
| common.extension | MIME Type | common.category |
|---|---|---|
| .html | text/html | Text |
| .css | text/css | Text |
| .js | application/javascript | Application |
| .json | application/json | Application |
| .xml | application/xml | Application |
| application/pdf | Application | |
| .zip | application/zip | Application |
| .gzip | application/gzip | Application |
| .tar | application/x-tar | Application |
| .7z | application/x-7z-compressed | Application |
| .png | image/png | Image |
| .jpg | image/jpeg | Image |
| .gif | image/gif | Image |
| .svg | image/svg+xml | Image |
| .webp | image/webp | Image |
| .ico | image/x-icon | Image |
| .avif | image/avif | Image |
| .mp3 | audio/mpeg | Audio |
| .wav | audio/wav | Audio |
| .ogg | audio/ogg | Audio |
| .mp4 | video/mp4 | Video |
| .webm | video/webm | Video |
| .avi | video/x-msvideo | Video |
| .mov | video/quicktime | Video |
| .woff | font/woff | Font |
| .woff2 | font/woff2 | Font |
| .ttf | font/ttf | Font |
| .otf | font/otf | Font |
| .txt | text/plain | Text |
| .csv | text/csv | Text |
| .md | text/markdown | Text |
| .yaml | application/yaml | Application |
| .wasm | application/wasm | Application |
| .ts | video/mp2t | Video |
| .tsx | text/tsx | Text |
| .rar | application/vnd.rar | Application |
| .doc | application/msword | Application |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Application |
| .xls | application/vnd.ms-excel | Application |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Application |
| .ppt | application/vnd.ms-powerpoint | Application |
| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Application |
42 of 42 types shown