Everyday | API DocumentationEveryday | API Documentation
  • Pricing
  • Documentation
  • API Reference
Information
Profiles
    List profilesgetCreate profilepostRetrieve profilegetDelete profiledeleteUpdate profilepatchList a profile's eventsgetCreate event for a profilepostList a profile's seriesgetCreate series for a profilepostList followers of a profileget
Events
    List a profile's eventsgetCreate event for a profilepostList eventsgetCreate eventpostRetrieve eventgetDelete eventdeleteUpdate eventpatchCancel eventpostReschedule eventpostList RSVPsgetCreate RSVPpostDelete RSVPdeleteUpdate RSVPpatchRSVP statisticsgetGet RSVP settingsgetUpdate RSVP settingspatchList events in a seriesgetAdd event to seriespostRemove event from seriesdelete
RSVPs
    List RSVPsgetCreate RSVPpostDelete RSVPdeleteUpdate RSVPpatchRSVP statisticsgetGet RSVP settingsgetUpdate RSVP settingspatch
Series
    List a profile's seriesgetCreate series for a profilepostList seriesgetRetrieve seriesgetDelete seriesdeleteUpdate seriespatchPreview series deletiongetList events in a seriesgetAdd event to seriespostRemove event from seriesdelete
Calendars
    List calendarsgetRetrieve calendargetList calendar eventsgetCreate calendar eventpostDelete calendar eventdeleteUpdate calendar eventpatch
Subscriptions
    List subscriptionsgetCreate subscriptionpostRetrieve subscriptiongetDelete subscriptiondeleteUpdate subscriptionpatch
Follows
    List followers of a profilegetList followsgetCreate followpostDelete followdelete
Search
    Search across events, profiles, and seriesget
MCP
    MCP Server (consumer / OAuth)postMCP Server (developer / API key)post
Schemas
powered by Zuplo
Everyday Public API
Everyday Public API

Search

Cross-resource search across events, profiles, and series.


Search across events, profiles, and series

GET
https://api.every.day
/v1/search

Cross-resource search across events, profiles, and series. Use the type query parameter to narrow to a subset (e.g., type=events,profiles). Results are paginated via cursor.

Search across events, profiles, and series › query Parameters

query
​string · required

Search query string. Matched against event titles/descriptions, profile names/everyday_ids, and series names. Whitespace is significant for phrase matching.

type
​string

Comma-separated list of resource types to include in the results. Allowed values: events, profiles, series. Omit to search across all three.

limit
​integer · min: 1 · max: 100

Maximum number of items to return per page. Range 1-100, default 20.

Default: 20
cursor
​string

Opaque cursor returned from a previous list response.

Search across events, profiles, and series › Responses

Search results

​object[]
has_more
​boolean
next_cursor
​string | null
GET/v1/search
curl --request GET \ --url 'https://api.every.day/v1/search?query=%3Cstring%3E'
shell
Example Responses
No example specified for this content type
application/json

FollowsMCP