MIME Type Lookup

Runs in browser

Search MIME types and file extensions instantly in your browser.

Look up MIME types and file extensions instantly in your browser. Fast, simple, and no uploads.

MIME Type Lookup tool

30 results for ""

ExtensionMIME TypeCategoryDescription
.jpgimage/jpegImageJPEG image
.jpegimage/jpegImageJPEG image
.pngimage/pngImagePNG image
.gifimage/gifImageGIF image
.webpimage/webpImageWebP image
.svgimage/svg+xmlImageSVG vector image
.icoimage/x-iconImageIcon file
.bmpimage/bmpImageBitmap image
.tiffimage/tiffImageTIFF image
.avifimage/avifImageAVIF image
.heicimage/heicImageHEIC image
.heifimage/heifImageHEIF image
.pdfapplication/pdfDocumentPDF document
.docapplication/mswordDocumentWord document (legacy)
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentDocumentWord document
.xlsapplication/vnd.ms-excelDocumentExcel spreadsheet (legacy)
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetDocumentExcel spreadsheet
.pptapplication/vnd.ms-powerpointDocumentPowerPoint (legacy)
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentationDocumentPowerPoint presentation
.odtapplication/vnd.oasis.opendocument.textDocumentOpenDocument text
.odsapplication/vnd.oasis.opendocument.spreadsheetDocumentOpenDocument spreadsheet
.odpapplication/vnd.oasis.opendocument.presentationDocumentOpenDocument presentation
.rtfapplication/rtfDocumentRich text format
.epubapplication/epub+zipDocumentEPUB ebook
.txttext/plainTextPlain text
.htmltext/htmlTextHTML document
.htmtext/htmlTextHTML document
.csstext/cssTextCSS stylesheet
.jstext/javascriptCodeJavaScript
.mjstext/javascriptCodeJavaScript module

🔒 Runs in your browser · No uploads · Your data never leaves your device

How to use

  1. Type an extension or MIME type

    Enter .png, image/png, audio, or any keyword to filter results instantly.

  2. Browse the table

    See the extension, MIME type, category, and description for each match.

  3. Clear search

    Click × or clear the input to reset and browse all entries.

Common use cases

  • Setting the correct Content-Type headerLook up the MIME type for a file format to set the right Content-Type header in an API response or file download.
  • Configuring nginx or Apache MIME typesFind the correct MIME type string for a file extension when adding custom types to a server MIME type config.

Examples

  • Look up PNG

    Search for .png to see its MIME type.

    Output
    .png → image/png → Image → PNG image
  • Look up all audio types

    Type 'audio' to filter all audio MIME types.

    Output
    mp3, wav, ogg, flac, aac, m4a, webm, opus, mid

Frequently asked questions

How many MIME types are included?
90+ common MIME types covering images, documents, code, audio, video, archives, fonts, and data formats.
Is this list exhaustive?
No. It covers the most common types developers encounter. For a complete list, refer to the IANA media types registry.

Key concepts

MIME type
Multipurpose Internet Mail Extensions type — a string like 'image/png' or 'application/json' that identifies the format of a file for HTTP and browser APIs.
Content-Type header
An HTTP header that tells the client or server what format the body is in — set using the file's MIME type string.

You might find these useful too.

More api tools