Interconnect Made Easy
Open Rate Card Specification for the telecommunications industry. Standardize, automate, and exchange rate cards with JSON.
Why Interconnect Made Easy?
Standardization
Common JSON specification for rate cards, eliminating PDF and Excel inefficiencies.
Automation
Programmatic ingestion and comparison of rate card data for seamless integration.
Interoperability
Facilitate integration between carriers, billing systems, and routing engines.
Quick Example
{
"name": "My Telecom Rate Card",
"schema_version": "1.0.0",
"version": "1.0",
"date": "2026-01-13",
"cards": {
"default": {
"name": "Basic Termination",
"type": "termination",
"currency": "USD",
"endpoint": "default"
}
}
}A minimal valid rate card in JSON format