Search file extension to MIME content-type mapping directory for HTTP headers and API responses.
| Extension | MIME Content-Type | Category | Action |
|---|---|---|---|
| .json | application/json | Data | |
| application/pdf | Document | ||
| .png | image/png | Image | |
| .jpg / jpeg | image/jpeg | Image | |
| .webp | image/webp | Image | |
| .svg | image/svg+xml | Vector | |
| .html / htm | text/html | Web | |
| .css | text/css | Web | |
| .js / mjs | text/javascript | Web | |
| .csv | text/csv | Data | |
| .xml | application/xml | Data | |
| .yaml / yml | application/x-yaml | Data | |
| .zip | application/zip | Archive | |
| .mp3 | audio/mpeg | Audio | |
| .wav | audio/wav | Audio | |
| .mp4 | video/mp4 | Video | |
| .webm | video/webm | Video | |
| .woff2 | font/woff2 | Font |
Type file extension (e.g. png, json, pdf) or MIME string into search bar.
Inspect matching MIME content-type header strings.
Click Copy to copy MIME header string directly.
MIME (Multipurpose Internet Mail Extensions) content-types specify nature and format of a document transmitted over HTTP.