Skip to main content
GET
Get Feed Posts

Authorizations

X-API-Key
string
header
required

Add a header [X-API-Key] with the token

Query Parameters

classification
string | null

Filter by post classification/content type (article, video, event, podcast, job_posting, volunteer_opportunity)

search
string | null

Search query for post titles and content

Maximum string length: 256
view
string | null

View mode: 'latest' (all posts) or 'following' (favorited nonprofits only)

city
string | null

Filter posts by the city of the nonprofit organization

Required string length: 2 - 100
county
string | null

Filter posts by the county of the nonprofit organization

Required string length: 2 - 100
state
string | null

Filter posts by the state of the nonprofit organization (2 character abbreviation)

Required string length: 2
zip_code
string | null

Filter posts by the ZIP code of the nonprofit organization (5 digits)

Pattern: ^\d{5}$
ntee_codes
string[] | null

Filter posts by NTEE (National Taxonomy of Exempt Entities) codes of the nonprofit organization

page
integer
default:1

Page number

Required range: x >= 1
size
integer
default:10

Items per page

Required range: 1 <= x <= 100

Response

Successful Response

items
NonprofitPostResponse · object[]
required
total
integer
required
page
integer
required
size
integer
required