AscendLab

Developer tools · Browser-side · No account

MIME Type Lookup

Developer toolsPublic tools run in your browser unless a page says otherwise.No account is required for this tool.
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.

File names or extensions
Enter extensions, file names, or URLs separated by commas or new lines.

Try a common MIME lookup

MIME type results
6 file or extension values checked against a practical browser-side table.

Input

index.html

MIME type

text/html

Category

Markup

Input

styles.css

MIME type

text/css

Category

Stylesheet

Input

app.js

MIME type

text/javascript

Category

Script

Input

data.json

MIME type

application/json

Category

Data

Input

photo.webp

MIME type

image/webp

Category

Image

Input

document.pdf

MIME type

application/pdf

Category

Document

MIME lookup uses a practical extension table. Confirm final Content-Type behavior in your server, CDN, storage bucket, or upload pipeline.

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.

How is the text input processed?

Processing is handled in the browser for this tool based on the current public implementation.

Suggested workflow

Asset QA path

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