Home › Resources & tools › What are data URLs?

What are data URLs?

Data URLs are a special type of URL that, instead of pointing to an external resource available at the specified address, directly include the content of the resource within the URL string. These pseudo URLs support all content types (text, images, audio, etc.) and, like "regular" URLs, they can be linked and navigated to in the web browser.

The data URL scheme

Technically speaking, the term data URL refers to a URI that uses the data URL scheme—i.e. starts with "data:" and not with "http:", "file:", or "blob:", for example. The data URL scheme is defined by RFC 2397 published in 1998, and according to that specification, a well-formed data URL always looks like this:

data:[<mediatype>][;base64],<data>

where the optional <mediatype> component captures the media type of the embedded content, and the presence of ;base64 indicates that the <data> part is base64-encoded. Note that the media type itself can include one or many parameters separated by semicolons, e.g. text/plain;charset=utf-8.

See also

Corsican Alphabet Poster, English-Labeled
$17.99

The Corsican alphabet chart.

Eucalyptol Molecule Poster, 2D Structure, English-Labeled
$19.99

A poster featuring the 2D structure of the eucalyptol molecule.

technology IPA Transcription Poster
$14.99

A poster featuring the phonetic transcription of "technology" in the International Phonetic Alphabet (IPA).

Circle of Fifths Poster, English-Labeled
$19.99

A poster featuring the circle of fifths diagram.

Notes Poster, English-Labeled
$19.99

A poster featuring the names of musical notes.

Generating data URLs in JavaScript

How to generate data URLs in JavaScript?

Data URI Generator

Generate data URLs in the browser.

Awesome CAD

A curated list of awesome resources on computer-aided design (CAD).

Thai Word of the Day

Discover a new Thai word every day.

MAIL FROM and RCPT TO vs. the To and From headers

The difference between the email envelope and message headers when it comes to senders and recipients.

All prices listed are in United States Dollars (USD). Visual representations of products are intended for illustrative purposes. Actual products may exhibit variations in color, texture, or other characteristics inherent to the manufacturing process. The products' design and underlying technology are protected by applicable intellectual property laws. Unauthorized reproduction or distribution is prohibited.