Skip to main content
Sofia Connect
API-FIRST CARRIER

Developer Portal

Programmable network infrastructure. Build on top of Sofia Connect's carrier-grade platform.

4
Public APIs
None
Auth Required
60/min
Rate Limit
AS47872
ASN
Available Endpoints

API Overview

● Available

Network API

Real-time network data, peering info, facility locations.

GET /api/network/
● Available

Metrics API

Live route metrics: latency, jitter, packet loss, load.

GET /api/metrics/
◌ Coming Soon

Quote API

Programmatic service quotes and pricing.

POST /api/quote/
◌ Coming Soon

Provisioning API

Zero-touch service provisioning.

POST /api/provision/
Interactive

Live API Explorer

Fetch real data from our production APIs in your browser.

← Response will appear here
Select an endpoint and click "Try it"
Integration

Code Examples

# Fetch network topology data
curl -s https://sofia-connect.net/api/network/ | jq .

# Fetch live performance metrics
curl -s https://sofia-connect.net/api/metrics/ | jq .

# Response includes real-time data from PeeringDB & RIPE Stat
# No authentication required — rate limit: 60 req/min
Documentation

API Reference

EndpointMethodAuthDescriptionRate Limit
/api/network/GETNoneNetwork topology, IX presence, facilities60/min
/api/metrics/GETNoneLive route performance metrics60/min
/api/contact/POSTNoneSubmit inquiry or quote request5/min
/api/ai-advisor/POSTNoneAI-powered network consultation10/min
Authentication

Open by Default

Currently, all public APIs are open and require no authentication. Enterprise API keys with higher rate limits and webhook support are available on request.

# No auth required
curl https://sofia-connect.net/api/network/
SDKs & Resources

External Tools

Explore our network data through industry-standard platforms and tools.

Enterprise APIs

Need higher rate limits or webhook integration?

Contact our engineering team to discuss enterprise API keys, webhooks, custom integrations, and dedicated endpoints.

Contact Engineering Team