# HPSF Events Calendar TEC v1 API

**Canonical:** https://apis.io/apis/hpsf/hpsf-tec-events-api/  
**Provider:** High Performance Software Foundation — https://apis.io/providers/hpsf/  
**Base URL:** https://hpsf.io/wp-json/tec/v1  
**Documentation:** https://hpsf.io/events/

HPSF Events Calendar TEC v1 API is one of 3 APIs that [High Performance Software Foundation](https://apis.io/providers/hpsf/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Event, Conferences, Content, and Calendar. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

The newer Events Calendar tec/v1 REST API on hpsf.io - an OpenAPI 3.0.4 contract with 17 operations over events, venues, organizers and recurring series, with named operationIds, declared BasicAuth and machine-readable pagination. The vendor marks these endpoints experimental and the installation enforces it: an anonymous GET without the acknowledgement header returns HTTP 400 missing_experimental_endpoint_acknowledgement, and /series returns 401. Recorded because the contract and the routes are published, not because they answer anonymously.

## Operations (17)

| Method | Path | Summary |
|---|---|---|
| GET | `/events` | Retrieve Events |
| POST | `/events` | Create an Event |
| GET | `/events/{id}` | Retrieve an Event |
| PUT | `/events/{id}` | Update an Event |
| DELETE | `/events/{id}` | Delete an Event |
| GET | `/organizers` | Get organizers |
| POST | `/organizers` | Create an Organizer |
| GET | `/organizers/{id}` | Retrieve an Organizer |
| PUT | `/organizers/{id}` | Update an Organizer |
| DELETE | `/organizers/{id}` | Delete an Organizer |
| GET | `/venues` | Get venues |
| POST | `/venues` | Create a Venue |
| GET | `/venues/{id}` | Retrieve a Venue |
| PUT | `/venues/{id}` | Update a Venue |
| DELETE | `/venues/{id}` | Delete a Venue |
| GET | `/docs` | Get the documentation for the TEC REST API |
| GET | `/series` | Retrieve Series |

## Machine-readable artifacts (4)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/hpsf/refs/heads/main/openapi/hpsf-tec-events-api-openapi.yml
- **APIReference** — https://hpsf.io/wp-json/tec/v1/docs
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/hpsf/refs/heads/main/errors/hpsf-problem-types.yml
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/hpsf/refs/heads/main/overlays/hpsf-tec-events-api-overlay.yaml

## Other High Performance Software Foundation APIs (2)

- [HPSF Events API](https://apis.io/apis/hpsf/hpsf-events-api/)
- [HPSF Site Discovery API](https://apis.io/apis/hpsf/hpsf-site-discovery-api/)

## Tags

Event, Conferences, Content, Calendar

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/hpsf/hpsf-tec-events-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/hpsf/.
