EDIEL messagingsimplified.

The developer platform for reading, writing, and translating EDIEL messages. Built for the Swedish energy market.

api-example.ts
// Parse EDIEL message
const response = await fetch( "https://ediel.fastdev.link/api/ediel/parse", {
method: "POST",
body: `
UNH+1+UTILTS:D:19A:UN
BGM+E31+MSG001+9
DTM+137:202401150800:203
`
})
const data = await response.json()
console.log(data.type) // 'UTILTS'

Features

Everything you need for EDIEL

Built from the ground up for the Swedish electricity market. Handle every aspect of EDIEL communication with confidence.

Parse Any Format

UTILTS, APERAK, MSCONS - handle every EDIEL message type with full validation and type safety.

Generate Messages

Create compliant EDIEL messages with our type-safe builder API. No more manual string formatting.

Translate Instantly

Convert between EDIEL formats and JSON/XML with automatic schema mapping.

API-First Design

Full REST API with comprehensive docs. Integrate into any stack in minutes.

Enterprise Security

End-to-end encryption, SOC 2 compliance, and audit logs for energy infrastructure.

Swedish Market Ready

Pre-configured for Svenska Kraftnät requirements and Nordic energy regulations.

Developer Experience

Build with a powerful API

Integrate EDIEL capabilities directly into your applications. Our API handles the complexity so you can focus on your business logic.

REST API with JSON responses
Secure authentication
Comprehensive error messages
Detailed documentation
const response = await fetch('https://ediel-tool.com/api/ediel/parse', {
method: 'POST',
headers: {
'Authorization': 'Bearer <your_api_key>',
'Content-Type': 'text/plain'
},
body: `UNH+1+UTILTS:D:19A:UN
BGM+E31+MSG001+9
DTM+137:202401150800:203`
})
 
const data = await response.json()
console.log(data.type) // 'UTILTS'

Ready to get started?

Start building your integration today with our comprehensive EDIEL parsing and generation API.