REALMExperiences Radar

Syndicating REALM Experiences Radar

REALM Experiences Radar publishes structured, filterable feeds of global ag immersion experiences. Subscribe in any RSS reader, ingest the JSON feed into your CMS, or display the latest experiences on your site. Browse the full directory at /feeds.

Endpoint shape

Every feed is available as both RSS 2.0 and JSON Feed 1.1. Swap the extension.

  • https://realm-experiences-radar.vercel.app/feeds/all.xml — master firehose
  • https://realm-experiences-radar.vercel.app/feeds/category/<category-slug>.xml
  • https://realm-experiences-radar.vercel.app/feeds/country/<country-slug>.xml
  • https://realm-experiences-radar.vercel.app/feeds/country/<country>/<category>.xml — cross-filter
  • https://realm-experiences-radar.vercel.app/feeds/partner/<scope>.xml?token=<your-token> — tokenized

Categories: conservation-regen, exchange-program, station-ranch-stay, working-holiday, indigenous-cultural, gap-year-student, skills-school, agtech-residency, harvest-trail.

Countries: australia, usa, canada, new-zealand, uk.

Quick examples

Fetch all Australia experiences via curl:

curl https://realm-experiences-radar.vercel.app/feeds/country/australia.xml

Or as JSON:

curl https://realm-experiences-radar.vercel.app/feeds/category/working-holiday.json

Cross-filter: AU conservation experiences:

curl https://realm-experiences-radar.vercel.app/feeds/country/australia/conservation-regen.xml

Refresh cadence

Feeds are regenerated every 10 minutes and served with Cache-Control: public, s-maxage=600, stale-while-revalidate=3600. Polling more often than every 10 minutes will not yield fresher data.

Attribution requirements

  • Link every republished item back to the source URL provided in the feed item.
  • Credit “via REALM Experiences Radar” with a link to https://realm-experiences-radar.vercel.app.
  • Do not republish full body content — feeds are link + short summary only.
  • Do not strip or modify the <source> tag.

Item schema

Each RSS item contains:

<item>
  <title><![CDATA[...]]></title>
  <link>https://realm-experiences-radar.vercel.app/experiences/<slug></link>
  <guid isPermaLink="false">uuid</guid>
  <pubDate>RFC822</pubDate>
  <description><![CDATA[280-char summary]]></description>
  <dc:creator>Provider / source name</dc:creator>
  <source url="https://provider-url">Provider Name</source>
  <category>Working Holiday</category>
  <category>AU</category>
</item>

Want a custom slice?

Need a country + category combo or a tokenized partner feed? Email partners@realmgroup.global — we add new public slices when there's confirmed demand.

Also available