{
  "api": "mime-types",
  "title": "MIME Types",
  "description": "Common MIME (media) types with their category and typical file extensions.",
  "emoji": "📄",
  "license": "GPL-2.0-or-later",
  "count": 61,
  "self": "https://gratisapi.com/api/mime-types/index",
  "endpoints": {
    "list": "https://gratisapi.com/api/mime-types/index",
    "item": "https://gratisapi.com/api/mime-types/{id}"
  },
  "fields": [
    "category",
    "extensions",
    "id",
    "mime_type",
    "name"
  ],
  "results": [
    {
      "id": "json",
      "mime_type": "application/json",
      "name": "JSON",
      "category": "application",
      "extensions": [
        ".json"
      ],
      "url": "https://gratisapi.com/api/mime-types/json"
    },
    {
      "id": "xml-app",
      "mime_type": "application/xml",
      "name": "XML",
      "category": "application",
      "extensions": [
        ".xml"
      ],
      "url": "https://gratisapi.com/api/mime-types/xml-app"
    },
    {
      "id": "pdf",
      "mime_type": "application/pdf",
      "name": "PDF Document",
      "category": "application",
      "extensions": [
        ".pdf"
      ],
      "url": "https://gratisapi.com/api/mime-types/pdf"
    },
    {
      "id": "zip",
      "mime_type": "application/zip",
      "name": "ZIP Archive",
      "category": "application",
      "extensions": [
        ".zip"
      ],
      "url": "https://gratisapi.com/api/mime-types/zip"
    },
    {
      "id": "gzip",
      "mime_type": "application/gzip",
      "name": "Gzip Archive",
      "category": "application",
      "extensions": [
        ".gz"
      ],
      "url": "https://gratisapi.com/api/mime-types/gzip"
    },
    {
      "id": "tar",
      "mime_type": "application/x-tar",
      "name": "Tape Archive",
      "category": "application",
      "extensions": [
        ".tar"
      ],
      "url": "https://gratisapi.com/api/mime-types/tar"
    },
    {
      "id": "7z",
      "mime_type": "application/x-7z-compressed",
      "name": "7-Zip Archive",
      "category": "application",
      "extensions": [
        ".7z"
      ],
      "url": "https://gratisapi.com/api/mime-types/7z"
    },
    {
      "id": "rar",
      "mime_type": "application/vnd.rar",
      "name": "RAR Archive",
      "category": "application",
      "extensions": [
        ".rar"
      ],
      "url": "https://gratisapi.com/api/mime-types/rar"
    },
    {
      "id": "octet-stream",
      "mime_type": "application/octet-stream",
      "name": "Binary Data",
      "category": "application",
      "extensions": [
        ".bin"
      ],
      "url": "https://gratisapi.com/api/mime-types/octet-stream"
    },
    {
      "id": "form-urlencoded",
      "mime_type": "application/x-www-form-urlencoded",
      "name": "URL-Encoded Form",
      "category": "application",
      "extensions": [],
      "url": "https://gratisapi.com/api/mime-types/form-urlencoded"
    },
    {
      "id": "javascript",
      "mime_type": "application/javascript",
      "name": "JavaScript",
      "category": "application",
      "extensions": [
        ".js"
      ],
      "url": "https://gratisapi.com/api/mime-types/javascript"
    },
    {
      "id": "wasm",
      "mime_type": "application/wasm",
      "name": "WebAssembly",
      "category": "application",
      "extensions": [
        ".wasm"
      ],
      "url": "https://gratisapi.com/api/mime-types/wasm"
    },
    {
      "id": "sql",
      "mime_type": "application/sql",
      "name": "SQL",
      "category": "application",
      "extensions": [
        ".sql"
      ],
      "url": "https://gratisapi.com/api/mime-types/sql"
    },
    {
      "id": "doc",
      "mime_type": "application/msword",
      "name": "Microsoft Word (Legacy)",
      "category": "application",
      "extensions": [
        ".doc"
      ],
      "url": "https://gratisapi.com/api/mime-types/doc"
    },
    {
      "id": "docx",
      "mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
      "name": "Microsoft Word",
      "category": "application",
      "extensions": [
        ".docx"
      ],
      "url": "https://gratisapi.com/api/mime-types/docx"
    },
    {
      "id": "xls",
      "mime_type": "application/vnd.ms-excel",
      "name": "Microsoft Excel (Legacy)",
      "category": "application",
      "extensions": [
        ".xls"
      ],
      "url": "https://gratisapi.com/api/mime-types/xls"
    },
    {
      "id": "xlsx",
      "mime_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
      "name": "Microsoft Excel",
      "category": "application",
      "extensions": [
        ".xlsx"
      ],
      "url": "https://gratisapi.com/api/mime-types/xlsx"
    },
    {
      "id": "ppt",
      "mime_type": "application/vnd.ms-powerpoint",
      "name": "Microsoft PowerPoint (Legacy)",
      "category": "application",
      "extensions": [
        ".ppt"
      ],
      "url": "https://gratisapi.com/api/mime-types/ppt"
    },
    {
      "id": "pptx",
      "mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
      "name": "Microsoft PowerPoint",
      "category": "application",
      "extensions": [
        ".pptx"
      ],
      "url": "https://gratisapi.com/api/mime-types/pptx"
    },
    {
      "id": "odt",
      "mime_type": "application/vnd.oasis.opendocument.text",
      "name": "OpenDocument Text",
      "category": "application",
      "extensions": [
        ".odt"
      ],
      "url": "https://gratisapi.com/api/mime-types/odt"
    },
    {
      "id": "ods",
      "mime_type": "application/vnd.oasis.opendocument.spreadsheet",
      "name": "OpenDocument Spreadsheet",
      "category": "application",
      "extensions": [
        ".ods"
      ],
      "url": "https://gratisapi.com/api/mime-types/ods"
    },
    {
      "id": "epub",
      "mime_type": "application/epub+zip",
      "name": "EPUB E-Book",
      "category": "application",
      "extensions": [
        ".epub"
      ],
      "url": "https://gratisapi.com/api/mime-types/epub"
    },
    {
      "id": "rtf",
      "mime_type": "application/rtf",
      "name": "Rich Text Format",
      "category": "application",
      "extensions": [
        ".rtf"
      ],
      "url": "https://gratisapi.com/api/mime-types/rtf"
    },
    {
      "id": "ld-json",
      "mime_type": "application/ld+json",
      "name": "JSON-LD",
      "category": "application",
      "extensions": [
        ".jsonld"
      ],
      "url": "https://gratisapi.com/api/mime-types/ld-json"
    },
    {
      "id": "ttf-app",
      "mime_type": "application/font-sfnt",
      "name": "SFNT Font",
      "category": "application",
      "extensions": [
        ".ttf",
        ".otf"
      ],
      "url": "https://gratisapi.com/api/mime-types/ttf-app"
    },
    {
      "id": "plain",
      "mime_type": "text/plain",
      "name": "Plain Text",
      "category": "text",
      "extensions": [
        ".txt"
      ],
      "url": "https://gratisapi.com/api/mime-types/plain"
    },
    {
      "id": "html",
      "mime_type": "text/html",
      "name": "HTML",
      "category": "text",
      "extensions": [
        ".html",
        ".htm"
      ],
      "url": "https://gratisapi.com/api/mime-types/html"
    },
    {
      "id": "css",
      "mime_type": "text/css",
      "name": "CSS",
      "category": "text",
      "extensions": [
        ".css"
      ],
      "url": "https://gratisapi.com/api/mime-types/css"
    },
    {
      "id": "csv",
      "mime_type": "text/csv",
      "name": "CSV",
      "category": "text",
      "extensions": [
        ".csv"
      ],
      "url": "https://gratisapi.com/api/mime-types/csv"
    },
    {
      "id": "xml-text",
      "mime_type": "text/xml",
      "name": "XML (Text)",
      "category": "text",
      "extensions": [
        ".xml"
      ],
      "url": "https://gratisapi.com/api/mime-types/xml-text"
    },
    {
      "id": "markdown",
      "mime_type": "text/markdown",
      "name": "Markdown",
      "category": "text",
      "extensions": [
        ".md",
        ".markdown"
      ],
      "url": "https://gratisapi.com/api/mime-types/markdown"
    },
    {
      "id": "javascript-text",
      "mime_type": "text/javascript",
      "name": "JavaScript (Text)",
      "category": "text",
      "extensions": [
        ".js",
        ".mjs"
      ],
      "url": "https://gratisapi.com/api/mime-types/javascript-text"
    },
    {
      "id": "calendar",
      "mime_type": "text/calendar",
      "name": "iCalendar",
      "category": "text",
      "extensions": [
        ".ics"
      ],
      "url": "https://gratisapi.com/api/mime-types/calendar"
    },
    {
      "id": "yaml",
      "mime_type": "text/yaml",
      "name": "YAML",
      "category": "text",
      "extensions": [
        ".yaml",
        ".yml"
      ],
      "url": "https://gratisapi.com/api/mime-types/yaml"
    },
    {
      "id": "png",
      "mime_type": "image/png",
      "name": "PNG Image",
      "category": "image",
      "extensions": [
        ".png"
      ],
      "url": "https://gratisapi.com/api/mime-types/png"
    },
    {
      "id": "jpeg",
      "mime_type": "image/jpeg",
      "name": "JPEG Image",
      "category": "image",
      "extensions": [
        ".jpg",
        ".jpeg"
      ],
      "url": "https://gratisapi.com/api/mime-types/jpeg"
    },
    {
      "id": "gif",
      "mime_type": "image/gif",
      "name": "GIF Image",
      "category": "image",
      "extensions": [
        ".gif"
      ],
      "url": "https://gratisapi.com/api/mime-types/gif"
    },
    {
      "id": "webp",
      "mime_type": "image/webp",
      "name": "WebP Image",
      "category": "image",
      "extensions": [
        ".webp"
      ],
      "url": "https://gratisapi.com/api/mime-types/webp"
    },
    {
      "id": "svg",
      "mime_type": "image/svg+xml",
      "name": "SVG Image",
      "category": "image",
      "extensions": [
        ".svg"
      ],
      "url": "https://gratisapi.com/api/mime-types/svg"
    },
    {
      "id": "bmp",
      "mime_type": "image/bmp",
      "name": "Bitmap Image",
      "category": "image",
      "extensions": [
        ".bmp"
      ],
      "url": "https://gratisapi.com/api/mime-types/bmp"
    },
    {
      "id": "tiff",
      "mime_type": "image/tiff",
      "name": "TIFF Image",
      "category": "image",
      "extensions": [
        ".tif",
        ".tiff"
      ],
      "url": "https://gratisapi.com/api/mime-types/tiff"
    },
    {
      "id": "ico",
      "mime_type": "image/vnd.microsoft.icon",
      "name": "Icon",
      "category": "image",
      "extensions": [
        ".ico"
      ],
      "url": "https://gratisapi.com/api/mime-types/ico"
    },
    {
      "id": "avif",
      "mime_type": "image/avif",
      "name": "AVIF Image",
      "category": "image",
      "extensions": [
        ".avif"
      ],
      "url": "https://gratisapi.com/api/mime-types/avif"
    },
    {
      "id": "heic",
      "mime_type": "image/heic",
      "name": "HEIC Image",
      "category": "image",
      "extensions": [
        ".heic"
      ],
      "url": "https://gratisapi.com/api/mime-types/heic"
    },
    {
      "id": "mp3",
      "mime_type": "audio/mpeg",
      "name": "MP3 Audio",
      "category": "audio",
      "extensions": [
        ".mp3"
      ],
      "url": "https://gratisapi.com/api/mime-types/mp3"
    },
    {
      "id": "wav",
      "mime_type": "audio/wav",
      "name": "WAV Audio",
      "category": "audio",
      "extensions": [
        ".wav"
      ],
      "url": "https://gratisapi.com/api/mime-types/wav"
    },
    {
      "id": "ogg-audio",
      "mime_type": "audio/ogg",
      "name": "Ogg Audio",
      "category": "audio",
      "extensions": [
        ".ogg",
        ".oga"
      ],
      "url": "https://gratisapi.com/api/mime-types/ogg-audio"
    },
    {
      "id": "aac",
      "mime_type": "audio/aac",
      "name": "AAC Audio",
      "category": "audio",
      "extensions": [
        ".aac"
      ],
      "url": "https://gratisapi.com/api/mime-types/aac"
    },
    {
      "id": "flac",
      "mime_type": "audio/flac",
      "name": "FLAC Audio",
      "category": "audio",
      "extensions": [
        ".flac"
      ],
      "url": "https://gratisapi.com/api/mime-types/flac"
    },
    {
      "id": "webm-audio",
      "mime_type": "audio/webm",
      "name": "WebM Audio",
      "category": "audio",
      "extensions": [
        ".weba"
      ],
      "url": "https://gratisapi.com/api/mime-types/webm-audio"
    },
    {
      "id": "midi",
      "mime_type": "audio/midi",
      "name": "MIDI Audio",
      "category": "audio",
      "extensions": [
        ".mid",
        ".midi"
      ],
      "url": "https://gratisapi.com/api/mime-types/midi"
    },
    {
      "id": "mp4",
      "mime_type": "video/mp4",
      "name": "MP4 Video",
      "category": "video",
      "extensions": [
        ".mp4"
      ],
      "url": "https://gratisapi.com/api/mime-types/mp4"
    },
    {
      "id": "webm-video",
      "mime_type": "video/webm",
      "name": "WebM Video",
      "category": "video",
      "extensions": [
        ".webm"
      ],
      "url": "https://gratisapi.com/api/mime-types/webm-video"
    },
    {
      "id": "ogg-video",
      "mime_type": "video/ogg",
      "name": "Ogg Video",
      "category": "video",
      "extensions": [
        ".ogv"
      ],
      "url": "https://gratisapi.com/api/mime-types/ogg-video"
    },
    {
      "id": "mpeg-video",
      "mime_type": "video/mpeg",
      "name": "MPEG Video",
      "category": "video",
      "extensions": [
        ".mpeg",
        ".mpg"
      ],
      "url": "https://gratisapi.com/api/mime-types/mpeg-video"
    },
    {
      "id": "quicktime",
      "mime_type": "video/quicktime",
      "name": "QuickTime Video",
      "category": "video",
      "extensions": [
        ".mov"
      ],
      "url": "https://gratisapi.com/api/mime-types/quicktime"
    },
    {
      "id": "avi",
      "mime_type": "video/x-msvideo",
      "name": "AVI Video",
      "category": "video",
      "extensions": [
        ".avi"
      ],
      "url": "https://gratisapi.com/api/mime-types/avi"
    },
    {
      "id": "woff",
      "mime_type": "font/woff",
      "name": "WOFF Font",
      "category": "font",
      "extensions": [
        ".woff"
      ],
      "url": "https://gratisapi.com/api/mime-types/woff"
    },
    {
      "id": "woff2",
      "mime_type": "font/woff2",
      "name": "WOFF2 Font",
      "category": "font",
      "extensions": [
        ".woff2"
      ],
      "url": "https://gratisapi.com/api/mime-types/woff2"
    },
    {
      "id": "ttf",
      "mime_type": "font/ttf",
      "name": "TrueType Font",
      "category": "font",
      "extensions": [
        ".ttf"
      ],
      "url": "https://gratisapi.com/api/mime-types/ttf"
    },
    {
      "id": "otf",
      "mime_type": "font/otf",
      "name": "OpenType Font",
      "category": "font",
      "extensions": [
        ".otf"
      ],
      "url": "https://gratisapi.com/api/mime-types/otf"
    }
  ]
}
