Grant'd Field Guide
This page makes live calls to https://grantd.com.au/wp-json. Every request appears in the ledger on the right, with the exact curl you could paste into a terminal. Without a paid Grant'd account you can browse titles and URLs for all ~7,100 grants; with one you can read the full body, your ranked matches, and your calendar feed.
Browse the catalogue
GET /wp-json/wp/v2/grant
Paginated list of grants. Unauthenticated calls return title, slug, permalink, dates only — the body is paywalled. Try a search term or advance the pages; the Ledger to the right will show each request.
Search titles
GET /wp-json/wp/v2/search?subtype=grant
Generic WordPress full-text search across grant titles and slugs. Lightweight — returns id, title, url. For full-text across the body you need the authenticated /yoast/v1/meta/search endpoint.
Taxonomies & vocabularies
GET /wp-json/wp/v2/grant_{industry,sector,…}
Seven taxonomies classify each grant. Term names are public; assignments to individual grants are not, so you can see what the filters are but not what's tagged with what.
Membership tiers
GET /wp-json/pmpro/v1/membership_levels
All tiers configured in Paid Memberships Pro. The Enterprise row has allow_signups: 0 — sales-led, not reachable via public checkout — but the tier itself is still visible in the public API.
| ID | Name | Initial | Recurring | Cycle | Signup |
|---|
Authenticated: your membership
GET /wp-json/pmpro/v1/me
Smoke test for your Application Password and a snapshot of your tier, status and expiry.
Top matches
GET /wp-json/grantd/v1/dashboard/top-grants
The matching engine ranks the catalogue by your saved match criteria. Unlike the public grant list, this endpoint returns fully populated grants.
Deadlines as an ICS feed
GET /wp-json/grantd/v1/calendar/feed.ics
Point Google/Apple Calendar at this URL with an Application Password embedded in the URL, and grant deadlines appear as events. Preview below pulls the first 60 lines.
—