[ NSNodes API ]

Access the most comprehensive database of Network State societies and events. Build applications, integrations, and tools for the decentralized future.

Societies Data

Access detailed information about Network State societies, including location, mission, and social links.

Events Feed

Real-time access to events from across the Network States ecosystem. Filter by location, date, and tags.

RESTful API

Clean, well-documented REST endpoints with JSON responses. Pagination, filtering, and search built-in.

Secure Access

API key authentication ensures secure access to all endpoints. Your data, protected.

[ AVAILABLE ENDPOINTS ]

GET/api/v1/societies

List all Network State societies with filtering by type, tier, and category.

{
  "success": true,
  "data": [{
    "name": "Network School",
    "type": "Physical",
    "tier": 1,
    "social": [
      { "key": "x", "value": "..." }
    ]
  }],
  "meta": { "pagination": {...} }
}
GET/api/v1/events

List events with filtering by date range, location, source, and tags.

{
  "success": true,
  "data": [{
    "title": "NS Meetup",
    "start_at": "2025-02-15T18:00:00Z",
    "location": {
      "city": "London",
      "country": "UK"
    }
  }],
  "meta": { "pagination": {...} }
}

[ GET API ACCESS ]

Want to integrate Network States data into your application? Contact us to get your API key and start building.