CivicRec (now CivicPlus Recreation Management) is cloud software built for parks and recreation departments and special districts, powering activity registration, facility reservations, memberships, leagues, and integrated payments across 1,200+ installations. An unofficial API lets you programmatically pull activities, registrations, members, facility bookings, and transactions—and push updates like new registrations, reservations, and membership changes back into CivicRec.

CivicRec (now CivicPlus Recreation Management) is cloud software built specifically for parks and recreation departments, special districts, and local government. It consolidates program catalogs, activity registration, facility and event reservations, membership management, point-of-sale, and integrated payments into a single system so departments streamline operations and recover costs. CivicRec spans more than 1,200 installations and processes roughly $1 billion in annual recreation revenue.
Core product areas include:
Common data entities:
Recreation departments run daily operations on CivicRec, but turning its portal- and catalog-driven workflows into reliable API-driven automation is non-trivial:
Supergood reverse-engineers CivicRec's authenticated web flows and documented API surface to deliver a resilient, normalized API layer for your agency's recreation tenant—across registration, reservations, memberships, and payments.
Use CivicRec with AI agents: CivicRec MCP Server →
Book a 30-minute session to confirm your modules, catalogs, and authentication model.
We deliver a production-ready CivicRec adapter tailored to your agency configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as CivicRec evolves.
Authentication
/authenticateAuthenticate to a CivicRec agency tenant with staff credentials and obtain a session token for downstream calls.
Programs
/activitiesList programs and activities with filters for category, season, location, and availability.
Registration
/registrationsRetrieve registrations and participant details with status, household, and date-range filters.
Registration
/create_registrationRegister a participant for an activity, applying fees, waivers, and household relationships.
Facilities
/facilitiesPull facilities, reservations, and event ticketing with real-time availability and conflict checks.
Memberships
/membershipsList memberships, passes, and check-in records for an account holder or household.
Payments
/transactionsRetrieve point-of-sale orders, payments, and refunds across registration and reservation activity.
- Pull activities, registrations, and participant records into a central data warehouse - Stream new registrations and cancellations to downstream BI and CRM tools - Reconcile household and account-holder records for a unified resident view
- Query real-time facility availability and create reservations without portal clicks - Push event ticketing and capacity updates to public-facing booking pages - Detect and resolve reservation conflicts before confirming bookings
- Sync point-of-sale orders, payments, and refunds into accounting and GL systems - Match transactions to programs, facilities, and memberships for cost-recovery reporting - Surface delinquent or failed payments to staff follow-up workflows
- Pull membership and pass records into access-control and front-desk systems - Push new memberships and renewals back into CivicRec - Track check-ins and usage for engagement and retention reporting
Authentication
Staff username/password handled in a managed session, with token rotation
Connectivity
Authenticated web flows plus CivicRec's documented API surface where provisioned for the agency
Response format
Normalized JSON across activities, registrations, facilities, memberships, and transactions
Rate limits
Adaptive throttling tuned to your agency tenant to avoid platform-side limits
Session management
Automatic session refresh, re-authentication, and credential rotation
Data freshness
Near real-time pulls for registrations, availability, and payments with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, PCI-aware handling, and audit logging
Webhooks
Event-style callbacks for new registrations, reservation changes, membership updates, and payments
Latency
Sub-second reads on cached entities; multi-second writes when posting registrations and reservations
Throughput
Horizontally scaled workers sized to peak seasonal registration volume
Reliability
Retry, backoff, and idempotency keys for registrations, reservations, and payment transactions
Adaptation
Continuous monitoring of CivicRec releases and agency-specific catalog and configuration drift
CivicRec's API is provisioned per agency through CivicPlus support. Supergood works with your authenticated sessions and any provisioned API surface, so you can automate even where direct API scope is limited or pending.
Yes. CivicRec is now marketed as CivicPlus Recreation Management. Supergood works against the same authenticated surfaces regardless of branding, including registration, reservations, memberships, and payments.
Each tenant is profiled against its configured programs, activity types, fee schedules, and facility inventory. Supergood preserves agency-specific fields and rules rather than forcing a generic schema.
Yes. Transaction, payment, and refund data is accessed through scoped tokens with PCI-aware handling and audit logging, keeping compliance exposure bounded.
Yes. Beyond reads, the API supports creating registrations, booking facility reservations, and updating memberships, with idempotency keys and retries for safe writes.