REST 路 JSON 路 OpenAPI 3.1

API Explorer

A small public, read-only JSON API for this site: my profile, work, projects and posts. No keys, and any site can call it.

Base URLhttps://eduardstal.com/api/v1
OpenAPI specTry it in Terminal
GET

/api/v1/profile

Profile

Name, role, bio, education and skills, with links to my profiles, resume and calendar.

GET https://eduardstal.com/api/v1/profile
curl https://eduardstal.com/api/v1/profile

Response

Send the request to see what comes back.

Live presence

My Discord status isn't part of this API: the site reads it from Lanyard over a WebSocket, and so can you. This is what it says right now.

GET https://api.lanyard.rest/v1/users/236489316920983552
{
  "status": "connecting"
}