# CIP Events REST API

**Canonical:** https://apis.io/apis/civil-infrastructure-platform/cip-events-api/  
**Provider:** Civil Infrastructure Platform — https://apis.io/providers/civil-infrastructure-platform/  
**Base URL:** https://cip-project.org/wp-json/tec/v1  
**Documentation:** https://cip-project.org/events

CIP Events REST API is one of 6 APIs that [Civil Infrastructure Platform](https://apis.io/providers/civil-infrastructure-platform/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Calendar, Events, REST, and WordPress. The published artifact set on APIs.io includes an OpenAPI specification.

The only live, callable REST API the Civil Infrastructure Platform serves: the community event calendar behind cip-project.org/events, exposing events, venues, organizers and series. Published reads are unauthenticated; writes require HTTP Basic with a WordPress Application Password. CIP declares it in its own RFC 9727 /.well-known/api-catalog, and the site serves OpenAPI documents describing it at /wp-json/tec/v1/docs and /wp-json/tribe/events/v1/doc. The contracts are generated by The Events Calendar (StellarWP) WordPress plugin CIP runs on its site, so info.title and info.contact name the plugin vendor while servers[] names cip-project.org and the deployed instance and its data are CIP's.

## 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 (7)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/civil-infrastructure-platform/refs/heads/main/openapi/civil-infrastructure-platform-tec-v1-openapi-original.json
- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/civil-infrastructure-platform/refs/heads/main/openapi/civil-infrastructure-platform-events-openapi-original.json
- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/civil-infrastructure-platform/refs/heads/main/openapi/civil-infrastructure-platform-zapier-openapi-original.json
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/civil-infrastructure-platform/refs/heads/main/overlays/civil-infrastructure-platform-tec-v1-overlay.yaml
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/civil-infrastructure-platform/refs/heads/main/overlays/civil-infrastructure-platform-events-overlay.yaml
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/civil-infrastructure-platform/refs/heads/main/overlays/civil-infrastructure-platform-zapier-overlay.yaml
- **OpenAPI** — https://cip-project.org/wp-json/tec/v1/docs

## Other Civil Infrastructure Platform APIs (5)

- [CIP SLTS Kernel](https://apis.io/apis/civil-infrastructure-platform/cip-kernel/)
- [CIP Core Packages](https://apis.io/apis/civil-infrastructure-platform/cip-core/)
- [CIP Software Update](https://apis.io/apis/civil-infrastructure-platform/cip-software-update/)
- [CIP Security](https://apis.io/apis/civil-infrastructure-platform/cip-security/)
- [CIP Testing](https://apis.io/apis/civil-infrastructure-platform/cip-testing/)

## Tags

Calendar, Events, REST, WordPress

---

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