{"openapi": "3.1.0", "info": {"title": "Slipmat.io API", "version": "2026.7.9", "description": "Public API for Slipmat.io v3. Updated         2026-07-17 at 16:38."}, "paths": {"/": {"get": {"operationId": "api_index_route", "summary": "Index Route", "parameters": [], "responses": {"200": {"description": "OK", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/SystemStatusPayload"}}}}}}, "head": {"operationId": "api_index_route", "summary": "Index Route", "parameters": [], "responses": {"200": {"description": "OK", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/SystemStatusPayload"}}}}}}}, "/public/events/upcoming/": {"get": {"operationId": "api_routes_public_event_catalog_upcoming", "summary": "Upcoming", "parameters": [], "responses": {"200": {"description": "OK", "content": {"application/json": {"schema": {"items": {"$ref": "#/components/schemas/PublicEventListSchema"}, "title": "Response", "type": "array"}}}}}, "tags": ["public"]}}, "/public/events/upcoming/personalized/": {"get": {"operationId": "api_routes_public_event_catalog_upcoming_personalized", "summary": "Upcoming Personalized", "parameters": [], "responses": {"200": {"description": "OK", "content": {"application/json": {"schema": {"items": {"$ref": "#/components/schemas/PersonalizedPublicEventListSchema"}, "title": "Response", "type": "array"}}}}}, "tags": ["public"], "security": [{"SessionAuth": []}, {"BearerAuth": []}]}}, "/public/events/live/": {"get": {"operationId": "api_routes_public_event_catalog_live", "summary": "Live", "parameters": [], "responses": {"200": {"description": "OK", "content": {"application/json": {"schema": {"items": {"$ref": "#/components/schemas/PublicEventListSchema"}, "title": "Response", "type": "array"}}}}}, "tags": ["public"]}}, "/public/events/artist/{slug}/upcoming/": {"get": {"operationId": "api_routes_public_event_catalog_artist_upcoming", "summary": "Artist Upcoming", "parameters": [{"in": "path", "name": "slug", "schema": {"title": "Slug", "type": "string"}, "required": true}], "responses": {"200": {"description": "OK", "content": {"application/json": {"schema": {"items": {"anyOf": [{"$ref": "#/components/schemas/PublicEventListSchema"}, {"$ref": "#/components/schemas/ProposedEventListSchema"}]}, "title": "Response", "type": "array"}}}}}, "tags": ["public"]}}, "/public/events/artist/{slug}/past/": {"get": {"operationId": "api_routes_public_event_catalog_artist_past", "summary": "Artist Past", "parameters": [{"in": "path", "name": "slug", "schema": {"title": "Slug", "type": "string"}, "required": true}], "responses": {"200": {"description": "OK", "content": {"application/json": {"schema": {"items": {"$ref": "#/components/schemas/PublicEventListSchema"}, "title": "Response", "type": "array"}}}}}, "tags": ["public"]}}, "/public/content/backstage-topics/": {"get": {"operationId": "api_routes_public_content_backstage_topics", "summary": "Backstage Topics", "parameters": [], "responses": {"200": {"description": "OK", "content": {"application/json": {"schema": {"items": {"$ref": "#/components/schemas/PublicBackstageTopicSlimSchema"}, "title": "Response", "type": "array"}}}}}, "tags": ["public"]}}, "/public/legacy/events/{slug}/": {"get": {"operationId": "api_routes_public_legacy_archived_events", "summary": "Archived Events", "parameters": [{"in": "path", "name": "slug", "schema": {"title": "Slug", "type": "string"}, "required": true}], "responses": {"200": {"description": "OK", "content": {"application/json": {"schema": {"items": {"$ref": "#/components/schemas/PublicLegacyEventListSchema"}, "title": "Response", "type": "array"}}}}}, "tags": ["public"]}}}, "components": {"schemas": {"SystemStatusPayload": {"properties": {"version": {"title": "Version", "type": "string"}, "versionHash": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Versionhash"}, "startupTimeUtc": {"title": "Startuptimeutc", "type": "string"}, "startupTimeHumanize": {"title": "Startuptimehumanize", "type": "string"}, "frontVersionHash": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Frontversionhash"}, "frontDeployedAt": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Frontdeployedat"}, "apiDeploymentNo": {"title": "Apideploymentno", "type": "integer"}, "frontDeploymentNo": {"title": "Frontdeploymentno", "type": "integer"}}, "required": ["version", "versionHash", "startupTimeUtc", "startupTimeHumanize", "frontVersionHash", "frontDeployedAt", "apiDeploymentNo", "frontDeploymentNo"], "title": "SystemStatusPayload", "type": "object"}, "InterestStatus": {"enum": ["interested", "going", "not_going"], "title": "InterestStatus", "type": "string"}, "InterestSummarySchema": {"properties": {"interestedCount": {"title": "Interestedcount", "type": "integer"}, "goingCount": {"title": "Goingcount", "type": "integer"}, "notGoingCount": {"title": "Notgoingcount", "type": "integer"}, "myStatus": {"anyOf": [{"$ref": "#/components/schemas/InterestStatus"}, {"type": "null"}]}}, "required": ["interestedCount", "goingCount", "notGoingCount", "myStatus"], "title": "InterestSummarySchema", "type": "object"}, "PublicArtistSlimSchema": {"properties": {"photoUrl": {"title": "Photourl", "type": "string"}, "id": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Id"}, "name": {"maxLength": 80, "title": "Name", "type": "string"}, "slug": {"maxLength": 80, "title": "Slug", "type": "string"}, "isLive": {"default": false, "title": "Is Live", "type": "boolean"}}, "required": ["photoUrl", "name", "slug"], "title": "PublicArtistSlimSchema", "type": "object"}, "PublicEventListSchema": {"properties": {"photoUrl": {"title": "Photourl", "type": "string"}, "absoluteUrl": {"title": "Absoluteurl", "type": "string"}, "tags": {"default": [], "items": {"type": "string"}, "title": "Tags", "type": "array"}, "artist": {"$ref": "#/components/schemas/PublicArtistSlimSchema"}, "interest": {"anyOf": [{"$ref": "#/components/schemas/InterestSummarySchema"}, {"type": "null"}]}, "id": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Id"}, "title": {"maxLength": 80, "title": "Title", "type": "string"}, "slug": {"maxLength": 80, "title": "Slug", "type": "string"}, "status": {"default": "scheduled", "maxLength": 20, "title": "Status", "type": "string"}, "visibility": {"default": "public", "maxLength": 15, "title": "Visibility", "type": "string"}, "isAdhoc": {"default": false, "title": "Is Adhoc", "type": "boolean"}, "scheduledTime": {"anyOf": [{"format": "date-time", "type": "string"}, {"type": "null"}], "title": "Scheduled Time"}, "startTime": {"anyOf": [{"format": "date-time", "type": "string"}, {"type": "null"}], "title": "Start Time"}, "endTime": {"anyOf": [{"format": "date-time", "type": "string"}, {"type": "null"}], "title": "End Time"}, "durationMinutes": {"default": 120, "title": "Duration Minutes", "type": "integer"}, "showEpisodeNumber": {"anyOf": [{"type": "integer"}, {"type": "null"}], "title": "Show Episode Number"}}, "required": ["photoUrl", "absoluteUrl", "artist", "interest", "title", "slug"], "title": "PublicEventListSchema", "type": "object"}, "PersonalizedPublicEventListSchema": {"properties": {"photoUrl": {"title": "Photourl", "type": "string"}, "absoluteUrl": {"title": "Absoluteurl", "type": "string"}, "tags": {"default": [], "items": {"type": "string"}, "title": "Tags", "type": "array"}, "artist": {"$ref": "#/components/schemas/PublicArtistSlimSchema"}, "interest": {"$ref": "#/components/schemas/InterestSummarySchema"}, "id": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Id"}, "title": {"maxLength": 80, "title": "Title", "type": "string"}, "slug": {"maxLength": 80, "title": "Slug", "type": "string"}, "status": {"default": "scheduled", "maxLength": 20, "title": "Status", "type": "string"}, "visibility": {"default": "public", "maxLength": 15, "title": "Visibility", "type": "string"}, "isAdhoc": {"default": false, "title": "Is Adhoc", "type": "boolean"}, "scheduledTime": {"anyOf": [{"format": "date-time", "type": "string"}, {"type": "null"}], "title": "Scheduled Time"}, "startTime": {"anyOf": [{"format": "date-time", "type": "string"}, {"type": "null"}], "title": "Start Time"}, "endTime": {"anyOf": [{"format": "date-time", "type": "string"}, {"type": "null"}], "title": "End Time"}, "durationMinutes": {"default": 120, "title": "Duration Minutes", "type": "integer"}, "showEpisodeNumber": {"anyOf": [{"type": "integer"}, {"type": "null"}], "title": "Show Episode Number"}}, "required": ["photoUrl", "absoluteUrl", "artist", "interest", "title", "slug"], "title": "PersonalizedPublicEventListSchema", "type": "object"}, "ProposedEventListSchema": {"properties": {"photoUrl": {"title": "Photourl", "type": "string"}, "artist": {"$ref": "#/components/schemas/PublicArtistSlimSchema"}, "tags": {"default": [], "items": {"type": "string"}, "title": "Tags", "type": "array"}, "status": {"const": "proposed", "title": "Status", "type": "string"}, "summary": {"$ref": "#/components/schemas/ProposedEventSummarySchema"}, "viewerVote": {"anyOf": [{"$ref": "#/components/schemas/ProposedEventVoterStateSchema"}, {"type": "null"}]}, "id": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Id"}, "slug": {"maxLength": 80, "title": "Slug", "type": "string"}, "title": {"maxLength": 80, "title": "Title", "type": "string"}}, "required": ["photoUrl", "artist", "status", "summary", "slug", "title"], "title": "ProposedEventListSchema", "type": "object"}, "ProposedEventSlotSchema": {"properties": {"id": {"title": "Id", "type": "string"}, "scheduledTime": {"format": "date-time", "title": "Scheduledtime", "type": "string"}, "submittedTime": {"title": "Submittedtime", "type": "string"}, "yesCount": {"title": "Yescount", "type": "integer"}, "maybeCount": {"title": "Maybecount", "type": "integer"}, "noCount": {"title": "Nocount", "type": "integer"}}, "required": ["id", "scheduledTime", "submittedTime", "yesCount", "maybeCount", "noCount"], "title": "ProposedEventSlotSchema", "type": "object"}, "ProposedEventSummarySchema": {"properties": {"slots": {"items": {"$ref": "#/components/schemas/ProposedEventSlotSchema"}, "title": "Slots", "type": "array"}, "minYes": {"title": "Minyes", "type": "integer"}, "closeAt": {"format": "date-time", "title": "Closeat", "type": "string"}, "totalVotes": {"title": "Totalvotes", "type": "integer"}}, "required": ["slots", "minYes", "closeAt", "totalVotes"], "title": "ProposedEventSummarySchema", "type": "object"}, "ProposedEventVoterStateSchema": {"properties": {"votes": {"additionalProperties": {"$ref": "#/components/schemas/InterestStatus"}, "title": "Votes", "type": "object"}, "receiveOutcomeNotification": {"title": "Receiveoutcomenotification", "type": "boolean"}}, "required": ["votes", "receiveOutcomeNotification"], "title": "ProposedEventVoterStateSchema", "type": "object"}, "PublicBackstageTopicSlimSchema": {"properties": {"tags": {"items": {"type": "string"}, "title": "Tags", "type": "array"}, "id": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Id"}, "title": {"maxLength": 255, "title": "Title", "type": "string"}, "url": {"maxLength": 512, "title": "Url", "type": "string"}, "createdAt": {"format": "date-time", "title": "Created At", "type": "string"}}, "required": ["tags", "title", "url", "createdAt"], "title": "PublicBackstageTopicSlimSchema", "type": "object"}, "PublicLegacyEventListSchema": {"properties": {"photoUrl": {"title": "Photourl", "type": "string"}, "title": {"maxLength": 80, "title": "Title", "type": "string"}, "slug": {"maxLength": 80, "title": "Slug", "type": "string"}, "scheduledTime": {"format": "date-time", "title": "Scheduled Time", "type": "string"}, "startTime": {"anyOf": [{"format": "date-time", "type": "string"}, {"type": "null"}], "title": "Start Time"}, "endTime": {"anyOf": [{"format": "date-time", "type": "string"}, {"type": "null"}], "title": "End Time"}, "hostName": {"maxLength": 80, "title": "Host Name", "type": "string"}, "hostSlug": {"maxLength": 80, "title": "Host Slug", "type": "string"}, "mainTagName": {"anyOf": [{"maxLength": 100, "type": "string"}, {"type": "null"}], "title": "Main Tag Name"}, "tagString": {"anyOf": [{"maxLength": 255, "type": "string"}, {"type": "null"}], "title": "Tag String"}}, "required": ["photoUrl", "title", "slug", "scheduledTime", "hostName", "hostSlug"], "title": "PublicLegacyEventListSchema", "type": "object"}}, "securitySchemes": {"SessionAuth": {"type": "apiKey", "in": "cookie", "name": "v3sessionid"}, "BearerAuth": {"type": "http", "scheme": "bearer"}}}, "servers": [], "built": "2026-07-17T13:38:52.052674+00:00"}