TA
TransitFeeds API
/getLatestFeedVersion
Retrieve the download URL for the latest version of a feed.
Once you have used `/getFeeds` to discover a feed's URL, you can use this endpoint to download its latest version from TranstiFeeds. It will be unmodified in the original format from the provider.
liveunknown~3s typical
transitfeeds
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-transitfeeds-com /getLatestFeedVersion for me.
Input
| Field | Type | Description |
|---|---|---|
| key* | string | Your personal API key, used for authentication. default "YOUR_API_KEY" |
| feed* | string | The ID of the feed to retrieve the latest feed version for. You can use the `/getFeeds` call to discover feed IDs. default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-transitfeeds-com","endpoint":"/getLatestFeedVersion","input":{"key":"YOUR_API_KEY","feed":"..."}}'cli
npx cracked-ai run -p oa-transitfeeds-com -e /getLatestFeedVersion -i '{"key":"YOUR_API_KEY","feed":"..."}'mcp
run_tool({ provider: "oa-transitfeeds-com", endpoint: "/getLatestFeedVersion", input: {"key":"YOUR_API_KEY","feed":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.