Static listSearch discovered RSS/Atom/JSON feeds across known publications.
Optional params: PrFeedSearchParamsStatic listSearch PR people and roles across all known publications.
Optional params: PrPeopleSearchParamsGlitch.api.PrDirectory.listPeople({
q: "reviews editor",
has_email: true,
role_category: "editor",
});
Static listSearch gaming-focused PR publications, independent blogs, and podcasts.
Optional params: PrPublicationSearchParamsGlitch.api.PrDirectory.listPublications({
q: "indie RPG",
has_email: true,
eligibility_status: "eligible",
sort: "-last_verified_at",
});
Static listSearch imported stories, reviews, guides, and episodes by outlet or byline.
Optional params: PrStorySearchParamsStatic listList the normalized tag vocabulary used for PR search, filters, matching, and reporting.
Optional params: PrTagSearchParamsStatic queueQueue PR verification jobs. Requires a site-admin auth token.
Optional data: PrQueueVerificationRequestOptional params: Record<string, any>Glitch.api.PrDirectory.queueVerification({ due: true, limit: 250 });
Static refreshDiscover, queue, or synchronously refresh PR feeds. Requires a site-admin auth token.
Optional data: PrFeedRefreshRequestOptional params: Record<string, any>Static reportGet aggregate PR directory reporting metrics. Publication filters can be supplied to scope the outlet portion of the report.
Optional params: PrPublicationSearchParamsStatic titleCreate a formatted, review-only PR email draft for a selected title target. The backend returns HTML with paragraphs, bullets, and links but sends no email.
Optional data: PrTitleDraftRequestOptional params: Record<string, any>Static titleMatch a registered game title to PR outlets. Requires an auth token for a user who can administer the requested title.
Optional params: PrTitleMatchParamsStatic titleGet a title-scoped PR research workspace with outlet matches, recent story context, media kit readiness, and next steps.
Optional params: PrTitleResearchParamsStatic viewRetrieve one feed with freshness metadata and recent imported stories.
Pass include_raw: true to request the stored XML/RSS payload.
Optional params: PrFeedSearchParamsStatic viewStatic viewRetrieve one PR publication profile with loaded people, contact points, evidence links, and tags.
Optional params: Record<string, any>Static viewGenerated using TypeDoc
SDK wrapper for the PR Directory API.
The PR directory is read-friendly by default: public endpoints expose searchable publications, people, feeds, stories, tags, and reporting metrics. Authenticated title admins can request title-specific research and review-only outreach drafts, and site admins can queue verification or feed refresh jobs.