Local API Studio

YesOrNo API Studio

A custom swagger-style control room for the YesOrNo platform. Launch requests, inspect responses, and keep your backend close to the action.

Explore endpoints
WebUI powered. Real requests. Zero CORS hassles.
Connected services
Questions API loading...
Votes API loading...
Mode WebUI event bridge

Responses are proxied through the backend so cookies stay consistent.

6

Endpoints ready

2

Services linked

1

Live control UI

Questions API

Create and manage the questions driving the vote flow.

GET

List questions

/api/v1/questions

Fetch paginated questions with optional cursor navigation.

Public endpoint
Status: - Time: -
Run a request to see the response.
POST

Create question

/api/v1/questions

Create a new question for the voting flow.

Max 500 chars
Status: - Time: -
Waiting on your first payload.
GET

Get question

/api/v1/questions/{question_id}

Retrieve a specific question by UUID.

UUID format
Status: - Time: -
Paste an ID to inspect the question.

Votes API

Capture votes and read live results.

POST

Cast vote

/api/v1/votes

Submit a YES or NO vote for a question.

Cookie is stored in UI service
Status: - Time: -
Cast a vote to see the recorded response.
GET

Get results

/api/v1/results/{question_id}

Read the live tallies for a specific question.

Aggregated counts
Status: - Time: -
Run the query to show totals.
GET

Get my votes

/api/v1/votes/me

Pull the votes linked to the stored cookie.

Depends on vote cookie
Status: - Time: -
Vote once, then fetch your history.