How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CIP Events REST API

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.

CIP Events REST API is one of 6 APIs that Civil Infrastructure Platform publishes on the 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.

This API exposes 17 operations across 8 paths, organized into 3 resource areas, and defines 13 schemas. It is described by OpenAPI 3.0.4, at version 1.0.0.

Requests are made against a single base URL, https://cip-project.org/wp-json/tec/v1.

17 operations 8 paths 13 schemas 3 DELETE8 GET3 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
1.0.0
Base URL
https://cip-project.org/wp-json/tec/v1
Authentication
HTTP Basic
Resource Areas
3

Authentication & Security 1

CIP Events REST API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuth).

Paths & Operations 17

Across 8 paths, the API surfaces 17 operations — 3 DELETE, 8 GET, 3 POST, 3 PUT. They span 3 resource areas: Events, Common, Events Pro. Each is listed below with its method, path, parameters, and response codes.

Events 15

These operations are introduced by The Events Calendar.

GET
/events
Retrieve Events
getEvents 29 params → 200400404
POST
/events
Create an Event
createEvent body → 201400401403500
GET
/events/{id}
Retrieve an Event
getEvent 1 param → 200404
PUT
/events/{id}
Update an Event
updateEvent 1 param body → 200400401403404500
DELETE
/events/{id}
Delete an Event
deleteEvent 2 params → 200401403404410500501
GET
/organizers
Get organizers
getOrganizers 7 params → 200400404
POST
/organizers
Create an Organizer
createOrganizer body → 201400401403500
GET
/organizers/{id}
Retrieve an Organizer
getOrganizer 1 param → 200404
PUT
/organizers/{id}
Update an Organizer
updateOrganizer 1 param body → 200400401403404500
DELETE
/organizers/{id}
Delete an Organizer
deleteOrganizer 2 params → 200401403404410500501
GET
/venues
Get venues
getVenues 12 params → 200400404
POST
/venues
Create a Venue
createVenue body → 201400401403500
GET
/venues/{id}
Retrieve a Venue
getVenue 1 param → 200404
PUT
/venues/{id}
Update a Venue
updateVenue 1 param body → 200400401403404500
DELETE
/venues/{id}
Delete a Venue
deleteVenue 2 params → 200401403404410500501
Common 1

These operations are introduced by the Common library.

GET
/docs
Get the documentation for the TEC REST API
getOpenApiDocs → 200
Events Pro 1

These operations are introduced by Events Pro.

GET
/series
Retrieve Series
getSeries 8 params → 200400404

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are TEC_Post_Entity (22 properties), TEC_Post_Entity_Request_Body (15 properties), DateDetails (8 properties), OpenApiDocumentation (5 properties). Each schema is shown below with its type and property counts.

TEC_Post_Entity
object
A TEC post object as returned by the REST API
22 properties
TEC_Post_Entity_Request_Body
object
A TEC post object as expected by the REST API
15 properties
Event
Event_Request_Body
Organizer_Request_Body
Venue_Request_Body
Organizer
Series
Venue
Date
object
3 properties
DateDetails
object
8 properties
OpenApiDocumentation
object
5 properties
OpenApiPath
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

civil-infrastructure-platform-tec-v1-openapi-original.json Raw ↑

Other APIs Civil Infrastructure Platform publishes across the network.

CIP SLTS Kernel
CIP Core Packages
CIP Software Update
CIP Security
CIP Testing
Where this information came from

This is an independent, third-party profile of CIP Events REST API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.