lookup> .avro

.AVRO·File Extension

Avro Data FileApache Avro binary data format with embedded schema.

Data & Text
Extension.avro
File typeAvro Data File
MIME type
CategoryData & Text
Charset
Compressible
Format familyavro

What is a .avro file?

A .avro file is a Avro Data File — Apache Avro binary data format with embedded schema.

In the mime-db registry it has no registered standard MIME type. When serving this file over HTTP, use a Content-Type that matches its actual format.

  • Use Apache Kafka or Python to open and edit .avro files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

# No standard MIME type is registered for .avro

Common software that reads/writes .avro:

Apache KafkaPythonJava
.avroextension of
format
avroserved as
mime type
sent via header
http header
  • Configuration files
  • Data interchange between systems
  • API request and response payloads
  • Logs and data exports
  • Open the file with Apache Kafka, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .avro extension, or export this format from Apache Kafka.

What programs can open .avro files?

Common options include Apache Kafka, Python, Java. You can also open many of these files with built-in viewers or a browser.

How do I create a .avro file?

Create a new file in any text editor or the app that owns the format and save it with the .avro extension.

Updated 2026-08-18

Related extensions

Related headers

Related methods

Related status codes