XML
MIME Types - XML
MIME types (Multipurpose Internet Mail Extensions) are two-part identifiers for identifying file types and content formats. Originally defined in RFC 2045 in 1996 for specifying email attachment formats, they are now used in a wide range of contexts including HTTP communications, HTML documents, and operating systems. IANA maintains the official registry, with over 1000 MIME types registered across 11 top-level categories such as application, audio, image, text, and video.
internet
file format
IANA
RFC
web standards
HTTP
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>application/json</code>
<slug>application-json</slug>
<name>JSON</name>
<description>MIME type representing data in JavaScript Object Notation format.</description>
<category>Application</category>
</item>
<item>
<code>application/xml</code>
<slug>application-xml</slug>
<name>XML</name>
<description>MIME type representing data in Extensible Markup Language format.</description>
<category>Application</category>
</item>
<item>
<code>application/pdf</code>
<slug>application-pdf</slug>
<name>PDF</name>
<description>MIME type representing documents in Portable Document Format.</description>
<category>Application</category>
</item>
<item>
<code>application/zip</code>
<slug>application-zip</slug>
<name>ZIP Archive</name>
<description>MIME type representing archive files compressed in ZIP format.</description>
<category>Application</category>
</item>
<item>
<code>application/gzip</code>
<slug>application-gzip</slug>
<name>GZIP Archive</name>
<description>MIME type representing files compressed in GZIP format.</description>
<category>Application</category>
</item>
<item>
<code>application/octet-stream</code>
<slug>application-octet-stream</slug>
<name>Binary Data</name>
<description>Generic MIME type representing arbitrary binary data.</description>
<category>Application</category>
</item>
<item>
<code>application/javascript</code>
<slug>application-javascript</slug>
<name>JavaScript</name>
<description>MIME type representing JavaScript code.</description>
<category>Application</category>
</item>
<item>
<code>application/ld+json</code>
<slug>application-ld-json</slug>
<name>JSON-LD</name>
<description>MIME type representing data in JSON-LD (Linked Data) format.</description>
<category>Application</category>
</item>
<item>
<code>application/x-www-form-urlencoded</code>
<slug>application-x-www-form-urlencoded</slug>
<name>URL Encoded Form Data</name>
<description>MIME type representing URL-encoded data submitted from HTML forms.</description>
<category>Application</category>
</item>
<item>
<code>application/vnd.ms-excel</code>
<slug>application-vnd-ms-excel</slug>
<name>Microsoft Excel (Legacy)</name>
<description>MIME type representing Microsoft Excel legacy format (.xls).</description>
<category>Application</category>
</item>
<item>
<code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code>
<slug>application-vnd-openxmlformats-spreadsheetml-sheet</slug>
<name>Microsoft Excel (Modern)</name>
<description>MIME type representing Microsoft Excel modern format (.xlsx).</description>
<category>Application</category>
</item>
<item>
<code>application/vnd.openxmlformats-officedocument.wordprocessingml.document</code>
<slug>application-vnd-openxmlformats-wordprocessingml-document</slug>
<name>Microsoft Word (Modern)</name>
<description>MIME type representing Microsoft Word modern format (.docx).</description>
<category>Application</category>
</item>
<item>
<code>audio/mpeg</code>
<slug>audio-mpeg</slug>
<name>MP3 Audio</name>
<description>MIME type representing audio in MPEG Audio Layer III (MP3) format.</description>
<category>Audio</category>
</item>
<item>
<code>audio/ogg</code>
<slug>audio-ogg</slug>
<name>Ogg Audio</name>
<description>MIME type representing audio in Ogg Vorbis format.</description>
<category>Audio</category>
</item>
<item>
<code>audio/wav</code>
<slug>audio-wav</slug>
<name>WAV Audio</name>
<description>MIME type representing audio in Waveform Audio File Format.</description>
<category>Audio</category>
</item>
<item>
<code>audio/webm</code>
<slug>audio-webm</slug>
<name>WebM Audio</name>
<description>MIME type representing audio in WebM format.</description>
<category>Audio</category>
</item>
<item>
<code>font/woff</code>
<slug>font-woff</slug>
<name>WOFF Font</name>
<description>MIME type representing fonts in Web Open Font Format.</description>
<category>Font</category>
</item>
<item>
<code>font/woff2</code>
<slug>font-woff2</slug>
<name>WOFF2 Font</name>
<description>MIME type representing fonts in Web Open Font Format 2.0.</description>
<category>Font</category>
</item>
<item>
<code>image/jpeg</code>
<slug>image-jpeg</slug>
<name>JPEG Image</name>
<description>MIME type representing images in JPEG format.</description>
<category>Image</category>
</item>
<item>
<code>image/png</code>
<slug>image-png</slug>
<name>PNG Image</name>
<description>MIME type representing images in Portable Network Graphics format.</description>
<category>Image</category>
</item>
<item>
<code>image/gif</code>
<slug>image-gif</slug>
<name>GIF Image</name>
<description>MIME type representing images in Graphics Interchange Format.</description>
<category>Image</category>
</item>
<item>
<code>image/webp</code>
<slug>image-webp</slug>
<name>WebP Image</name>
<description>MIME type representing images in WebP format.</description>
<category>Image</category>
</item>
<item>
<code>image/svg+xml</code>
<slug>image-svg-xml</slug>
<name>SVG Image</name>
<description>MIME type representing images in Scalable Vector Graphics format.</description>
<category>Image</category>
</item>
<item>
<code>image/avif</code>
<slug>image-avif</slug>
<name>AVIF Image</name>
<description>MIME type representing images in AV1 Image File Format.</description>
<category>Image</category>
</item>
<item>
<code>multipart/form-data</code>
<slug>multipart-form-data</slug>
<name>Multipart Form Data</name>
<description>MIME type representing HTML form data including file uploads.</description>
<category>Multipart</category>
</item>
<item>
<code>text/plain</code>
<slug>text-plain</slug>
<name>Plain Text</name>
<description>MIME type representing unformatted plain text.</description>
<category>Text</category>
</item>
<item>
<code>text/html</code>
<slug>text-html</slug>
<name>HTML Document</name>
<description>MIME type representing documents in HyperText Markup Language format.</description>
<category>Text</category>
</item>
<item>
<code>text/css</code>
<slug>text-css</slug>
<name>CSS Stylesheet</name>
<description>MIME type representing stylesheets in Cascading Style Sheets format.</description>
<category>Text</category>
</item>
<item>
<code>text/csv</code>
<slug>text-csv</slug>
<name>CSV Data</name>
<description>MIME type representing data in Comma-Separated Values format.</description>
<category>Text</category>
</item>
<item>
<code>text/markdown</code>
<slug>text-markdown</slug>
<name>Markdown Document</name>
<description>MIME type representing text in Markdown format.</description>
<category>Text</category>
</item>
<item>
<code>video/mp4</code>
<slug>video-mp4</slug>
<name>MP4 Video</name>
<description>MIME type representing video in MPEG-4 Part 14 format.</description>
<category>Video</category>
</item>
<item>
<code>video/webm</code>
<slug>video-webm</slug>
<name>WebM Video</name>
<description>MIME type representing video in WebM format.</description>
<category>Video</category>
</item>
<item>
<code>video/ogg</code>
<slug>video-ogg</slug>
<name>Ogg Video</name>
<description>MIME type representing video in Ogg Theora format.</description>
<category>Video</category>
</item>
</items>