Platform API

Call EveVolved from your own website or server. Read live leaderboards, the app catalog, who’s online, your apps’ stats, and public profiles — and post scores from your own game. REST, JSON, one API key.

Overview

Base URL https://api.evevolved.org/v1. Every request needs an Authorization: Bearer evk_… header. This is the external API for your own code; an app running inside EveVolved should use the sandboxed Vibe App SDK instead.

Quick start

In EveVolved, open ✨ Create → Connect → 🛰 Platform API and create a key. Pick the scopes you need. You'll see the evk_… key once — copy it, send it as a Bearer token, and call any endpoint.
Example
BASH
curl -H "Authorization: Bearer evk_…" https://api.evevolved.org/v1/online
# → { "online": 142 }