AscendLab

Developer tools

MIME Type Lookup

Free browser tool

MIME Type Lookup by File Extension

Check common content types for file extensions, asset URLs, and deployment notes. Useful for headers, uploads, static assets, docs, and CDN QA.

Loading...
Quick answer
A MIME type lookup maps extensions like .json or .png to content type strings.
Best inputs

Asset filenames

Use names like app.js, image.webp, font.woff2, or data.json.

Extension lists

Paste comma-separated extensions from QA docs or upload requirements.

Example, assumptions, and limitations
This lookup is a reference table, not a live file inspector.

Example

photo.webp maps to image/webp and data.json maps to application/json.

Assumption

The extension is the signal you want to use for the lookup.

Limitation

The tool does not inspect binary file contents or verify an actual server Content-Type header.

Frequently asked questions

Can I paste URLs?

Yes. The tool reads the extension before query strings or fragments.

Does it cover every extension?

No. It covers common web, image, font, document, audio, video, and archive types.

Can servers send a different type?

Yes. Always check the live response header when deployment accuracy matters.

Does it upload files?

No. It only reads text input locally.

Suggested workflow

Asset QA path

Check file type expectations, then validate related image and checksum details.

Related tools